frustum_intersection

Undocumented in source.

Members

Structs

FrustumIntersection
struct FrustumIntersection

Efficiently performs frustum intersection tests by caching the frustum planes of an arbitrary transformation {@link Matrix4d matrix}. <p> This class is preferred over the frustum intersection methods in {@link Matrix4d} when many objects need to be culled by the same static frustum.

Meta