Edit

BoundingFrustum Methods

Method Description
Contains
Tests whether the BoundingFrustum contains a specified object.
Intersects
Tests the BoundingFrustum for intersection with another object.
Transform
Transforms the BoundingFrustum.
ContainedBy
Tests whether the BoundingFrustum is contained by the specified frustum.
CreateFromMatrix
Creates a BoundingFrustum from the specified projection matrix.
GetCorners
Gets the corners making up the BoundingFrustum.
GetPlanes
Gets the planes making up the BoundingFrustum.
op_Assignment
Copies values from another BoundingFrustum.

 

BoundingFrustum