Gets the oriented box from the mesh mesh.

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

Syntax

C#
public static XOrientedBox FromMesh(
	Mesh mesh
)

Parameters

mesh
Type: Mesh
The DirectX layer Mesh mesh.

Return Value

Returns the determined boundary volume in the form of the mesh oriented box.

See Also