FrustumPlanes.Containment Enumeration

Describes the degree to which an object is contained within the planes of a Frustum.

@see FrustumPlanes.computeContainment, for example.

Members

Name Value Description
Inside The object is entirely inside of the frustum, intersecting none of its planes.
Outside The object is entirely outside of the frustum, intersecting none of its planes.
Partial The object intersects at least one of the frustum planes. placing it partially inside of the frustum.

Defined in

Last Updated: 16 April, 2024