Method b3ToPos
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3ToPos(Vector3)
Converts a vector to a world position.
public static Vector3 b3ToPos(Vector3 v)Parameters
vVector3-
The vector.
Returns
- Vector3
-
The world position.
Converts a vector to a world position.
public static Vector3 b3ToPos(Vector3 v)v Vector3 The vector.
The world position.