Method b3TransformPoint
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3TransformPoint(b3Transform, Vector3)
Applies a transform to a point.
public static Vector3 b3TransformPoint(b3Transform t, Vector3 v)Parameters
tb3Transform-
The transform.
vVector3-
The point.
Returns
- Vector3
-
The transformed point.