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