Table of Contents

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

t b3Transform

The world transform.

p Vector3

The local point.

Returns

Vector3

The world position.