Sets our main struct and passes it to the parent class.
Allocates a new #graphene_box_t.
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.
Frees the resources allocated by graphene_box_alloc().
Computes the bounding #graphene_sphere_t capable of containing the given #graphene_box_t.
Get the main Gtk struct
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.
the main Gtk struct as a void*
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 two vertices.
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.
Intersects the two given #graphene_box_t.
Unions the two given #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).
the main Gtk struct
A 3D box, described as the volume between a minimum and a maximum vertices.