Represents a two-dimensional vector.
The following tables list the members exposed by the Vector type.
Name | Description | |
---|---|---|
Overloaded. |
Name | Description | |
---|---|---|
Overloaded. |
||
Determines the angle between two Vector-s. |
||
Returns the size of the cross-product of the two Vector-s. |
||
Finds the determinant of the two Vector-s. |
||
Divides a vector by a scalar. |
||
Overloaded. |
||
Gets the length of the current Vector. |
||
Gets the squared length of the current Vector. |
||
Gets the X component of this Vector. |
||
Gets the Y component of this Vector. |
||
Object.hashCode override. Gets the hashcode of this Vector. |
||
Overloaded. |
||
Reverses the direction of this Vector. |
||
Makes this Vector a unit Vector. |
||
Checks if the two specified Vector-s are different. |
||
Sets the X component of this Vector. |
||
Sets the Y component of this Vector. |
||
Subtracts the two specified Vector-s. |
||
Overloaded. |