Frustum
A class representing a frustum - the volume visible to a camera.
A frustum is created by the intersection of six planes. The planes correspond to the faces of a parallelepiped (a box).
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Checks whether the frustum contains the object based on its bounding sphere.
Checks whether the frustum contains the object based on its bounding sphere.
Attributes
Copies the properties of the passed frustum into this one.
Copies the properties of the passed frustum into this one.
Attributes
Checks whether the frustum intersects the box.
Checks whether the frustum intersects the box.
Attributes
Checks whether the frustum contains the point.
Checks whether the frustum contains the point.
Attributes
Checks whether the frustum intersects the sphere.
Checks whether the frustum intersects the sphere.
Attributes
Creates a new frustum with the same properties as this one.
Creates a new frustum with the same properties as this one.
Attributes
Sets the frustum from the passed planes. No plane order is implied.
Sets the frustum from the passed planes. No plane order is implied.
Attributes
Sets the frustum planes from the projection matrix.
Sets the frustum planes from the projection matrix.
Attributes
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object