Table of Contents

Method b3SubPos

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

b3SubPos(Vector3, Vector3)

Subtracts two world positions, producing a local offset.

public static Vector3 b3SubPos(Vector3 a, Vector3 b)

Parameters

a Vector3

The position to subtract from.

b Vector3

The position to subtract.

Returns

Vector3

The offset.