Since 1.2Optionalproperties: Partial<{}>Checks whether a point is inside the volume defined by the given Graphene.Frustum.
true if the point is inside the frustum
Checks whether the two given Graphene.Frustum are equal.
true if the given frustums are equal
Frees the resources allocated by graphene_frustum_alloc().
Retrieves the planes that define the given Graphene.Frustum.
Initializes the given Graphene.Frustum using the clipping planes of another Graphene.Frustum.
the initialized frustum
Initializes a Graphene.Frustum using the given matrix.
the initialized frustum
Checks whether the given box intersects a plane of
a Graphene.Frustum.
true if the box intersects the frustum
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