VectorExtensionsTo3DXY Method |
| Name | Description | |
|---|---|---|
| To3DXY(Vector2) |
Converts a 2D vector to a 3D vector using the vector
for the x and y coordinates, and 0 for the z coordinate.
| |
| To3DXY(Vector2, Single) |
Converts a 2D vector to a 3D vector using the vector
for the x and y coordinates, and the given value for the z coordinate.
|