Sets our main struct and passes it to the parent class.
Allocates a new #graphene_frustum_t structure.
Checks whether a point is inside the volume defined by the given #graphene_frustum_t.
Checks whether the two given #graphene_frustum_t are equal.
Frees the resources allocated by graphene_frustum_alloc().
Get the main Gtk struct
Retrieves the planes that define the given #graphene_frustum_t.
the main Gtk struct as a void*
Initializes the given #graphene_frustum_t using the provided clipping planes.
Initializes the given #graphene_frustum_t using the clipping planes of another #graphene_frustum_t.
Initializes a #graphene_frustum_t using the given @matrix.
Checks whether the given @box intersects a plane of a #graphene_frustum_t.
Checks whether the given @sphere intersects a plane of a #graphene_frustum_t.
the main Gtk struct
A 3D volume delimited by 2D clip planes.
The contents of the graphene_frustum_t are private, and should not be modified directly.