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