Summary

public Vector3[] GetCorners()

Gets an array of points that make up the corners of the BoundingFrustum. ALLOCATION!

Returns

Vector3[]

Summary

public void GetCorners(Vector3[] corners)

Gets an array of points that make up the corners of the BoundingFrustum.

Parameters