Click or drag to resize
AB4D logo

BoundsCalculateBoundingBox(Vector3) Method

Returns a BoundingBox that is calculated from the specified positionsArray.

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

Parameters

positionsArray  Vector3
array of Vector3

Return Value

BoundingBox
BoundingBox that is calculated from the specified positionsArray
See Also