Returns the collision distance with the box box.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public Vector3 GetCollisionDistance(
	XAxisAlignedBox box
)

Parameters

box
Type: SGP.XSpace..::.XAxisAlignedBox
The XAxisAlignedBox box that will be tested.

Return Value

Returns the collision distance.

See Also