Table of Contents

Method b3Body_GetWorldPoint

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3Body_GetWorldPoint(b3BodyId, Vector3)

Get a world point on a body given a local point.

public static extern Vector3 b3Body_GetWorldPoint(b3BodyId bodyId, Vector3 localPoint)

Parameters

bodyId b3BodyId

See the Box3D documentation.

localPoint Vector3

See the Box3D documentation.

Returns

Vector3

See the Box3D documentation.