Frustum class

Constructors

Frustum([Plane? p0, Plane? p1, Plane? p2, Plane? p3, Plane? p4, Plane? p5])

Properties

hashCode int
The hash code for this object.
no setterinherited
planes List<Plane>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() Frustum
containsPoint(Vector3 point) bool
copy(Frustum frustum) Frustum
intersectsBox(Box3 box) bool
intersectsObject(Object3D object) bool
intersectsSphere(Sphere sphere) bool
intersectsSprite(Object3D sprite) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(Plane p0, Plane p1, Plane p2, Plane p3, Plane p4, Plane p5) Frustum
setFromProjectionMatrix(Matrix4 m) Frustum
toJSON() List<List<num>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited