Tesla Graphics Engine Documentation (January 2012)
GetFrustumCorners Method (array)
TeslaTesla.GraphicsCameraGetFrustumCorners(array<Vector3>[]()[][])
Fills the provided array with the 8 positions representing the corners of the camera's view frustum. The array must have the appropiate length (8 corners).
Declaration Syntax
C#
public void GetFrustumCorners(
	Vector3[] array
)
Parameters
array (array<Vector3>[]()[][])
Array to fill
Exceptions
Exception Condition
ArgumentNullException Thrown if the array is null.
ArgumentOutOfRangeException Thrown if the array is too small.

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