| VectorExtensions Methods |
The VectorExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ToVector2F(Vector2I) |
Converts a integer vector to a float vector.
| |
| ToVector2F(Vector3F) |
Returns the 2D representation of this 3D vector (i.e. x and y coordinates).
| |
| ToVector2I |
Converts a 3D vector to a 2D vector by removing the Z coordinate.
| |
| ToVector3F |
Returns the 3D representation of this 2D vector and z coordinate.
|