Table of Contents

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

t b3Transform

The world transform.

p Vector3

The world position.

Returns

Vector3

The local point.