Tesla Graphics Engine Documentation (January 2012)
ComputeFromPoints Method (points)
TeslaTesla.BoundingBoundingBoxComputeFromPoints(array<Vector3>[]()[][])
Computes this bounding volume from a set of 3D points
Declaration Syntax
C#
public override void ComputeFromPoints(
	Vector3[] points
)
Parameters
points (array<Vector3>[]()[][])
Array of Vectors
Exceptions
Exception Condition
InvalidOperationException Thrown if points are null, or if there are less than two points in the array.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)