Click or drag to resize
AB4D logo

BoundsCalculateBoundingBox(PositionNormalTexture) 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(
	PositionNormalTexture[] vertexBufferArray
)

Parameters

vertexBufferArray  PositionNormalTexture
array of PositionNormalTexture

Return Value

BoundingBox
BoundingBox that is calculated from the specified vertexBufferArray
See Also