Checks whether the #graphene_box_t a contains the given #graphene_box_t b.
Checks whether box contains the given point.
Checks whether the two given boxes are equal.
Expands the dimensions of box to include the coordinates at point.
Expands the dimensions of box by the given scalar value.
Expands the dimensions of box to include the coordinates of the given vector.
Computes the bounding #graphene_sphere_t capable of containing the given #graphene_box_t.
Retrieves the coordinates of the center of a #graphene_box_t.
Retrieves the size of the box on the Z axis.
Retrieves the size of the box on the Y axis.
Retrieves the coordinates of the maximum point of the given #graphene_box_t.
Retrieves the coordinates of the minimum point of the given #graphene_box_t.
Retrieves the size of the box on all three axes, and stores it into the given size vector.
Computes the vertices of the given #graphene_box_t.
Retrieves the size of the box on the X axis.
Initializes the given #graphene_box_t with the vertices of another #graphene_box_t.
Initializes the given #graphene_box_t with the given array of vertices.
Initializes the given #graphene_box_t with two vertices stored inside #graphene_vec3_t.
Initializes the given #graphene_box_t with the given array of vertices.
Initializes the given #graphene_box_t with two vertices.
Intersects the two given #graphene_box_t.
Unions the two given #graphene_box_t.
Allocates a new #graphene_box_t.
A degenerate #graphene_box_t that can only be expanded.
A degenerate #graphene_box_t that cannot be expanded.
A #graphene_box_t with the minimum vertex set at (-1, -1, -1) and the maximum vertex set at (0, 0, 0).
A #graphene_box_t with the minimum vertex set at (0, 0, 0) and the maximum vertex set at (1, 1, 1).
A #graphene_box_t with the minimum vertex set at (-1, -1, -1) and the maximum vertex set at (1, 1, 1).
A #graphene_box_t with both the minimum and maximum vertices set at (0, 0, 0).
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A 3D box, described as the volume between a minimum and a maximum vertices.