The Vector type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | Empty | Defines a "null"-vector. |
![]() | Height | Gets or sets the "height" duplicates the Y-value. |
![]() | IsEmpty | Returns true if this is a "null"-vector. |
![]() | Item | Gets or sets a value of the specified vector coordinate. |
![]() | Length | Gets or sets the length of the vector. |
![]() | Rotation | Gets or sets rotation angle in radians. |
![]() | Width | Gets or sets the "width" duplicates the X-value. |
![]() | X | Gets or sets X-component of the vector. |
![]() | Y | Gets or sets Y-component of the vector. |