Click or drag to resize
AB4D logo

BoundsCalculateBoundingBox(PositionNormal) Method

Returns a BoundingBox that is calculated from the specified vertexBufferArray.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public static BoundingBox CalculateBoundingBox(
	PositionNormal[] vertexBufferArray
)

Parameters

vertexBufferArray  PositionNormal
array of PositionNormal

Return Value

BoundingBox
BoundingBox that is calculated from the specified vertexBufferArray
See Also