Since 1.2Optionalproperties: Partial<{}>Since 1.2contains_Checks whether a point is inside the volume defined by the given Graphene.Frustum.
true if the point is inside the frustum
Since 1.6equalChecks whether the two given Graphene.Frustum are equal.
true if the given frustums are equal
Since 1.2freeSince 1.2get_Since 1.2initSince 1.2init_Initializes the given Graphene.Frustum using the clipping planes of another Graphene.Frustum.
the initialized frustum
Since 1.2init_Initializes a Graphene.Frustum using the given matrix.
the initialized frustum
Since 1.2intersects_Checks whether the given box intersects a plane of
a Graphene.Frustum.
true if the box intersects the frustum
Since 1.2intersects_Checks whether the given sphere intersects a plane of
a Graphene.Frustum.
true if the sphere intersects the frustum
Staticalloc
A 3D volume delimited by 2D clip planes.
The contents of the
graphene_frustum_tare private, and should not be modified directly.Since
1.2