Tesla Graphics Engine Documentation (January 2012)
GetFrustumCorners Method (array)
TeslaTesla.GraphicsICameraGetFrustumCorners(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#
void GetFrustumCorners(
	Vector3[] array
)
Parameters
array (array<Vector3>[]()[][])
Array to fill

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