Method b3InvTransformWorldPoint
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3InvTransformWorldPoint(b3Transform, Vector3)
Transforms a world position into a local point.
public static Vector3 b3InvTransformWorldPoint(b3Transform t, Vector3 p)Parameters
tb3Transform-
The world transform.
pVector3-
The world position.
Returns
- Vector3
-
The local point.