|
BoundsCalculateBoundingBox(PositionNormal) Method |
Returns a BoundingBox that is calculated from the specified vertexBufferArray.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public static BoundingBox CalculateBoundingBox(
PositionNormal[] vertexBufferArray
)
Parameters
- vertexBufferArray PositionNormal
- array of PositionNormal
Return Value
BoundingBoxBoundingBox that is calculated from the specified vertexBufferArray
See Also