Box
A 3D box, described as the volume between a minimum and a maximum vertices.
Skipped during bindings generation
parameter
vertices
: vertices: Out parameter is not supportedparameter
points
: Array parameter of type Point3D is not supportedparameter
vectors
: Array parameter of type Vec3 is not supported
Since
1.2
Constructors
Functions
Checks whether the #graphene_box_t @a contains the given #graphene_box_t @b.
Checks whether @box contains the given @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.
Initializes the given #graphene_box_t with the vertices of another #graphene_box_t.
Initializes the given #graphene_box_t with two vertices stored inside #graphene_vec3_t.
Intersects the two given #graphene_box_t.