Checks whether the given point is contained in the volume of a #graphene_sphere_t.
Computes the distance of the given point from the surface of a #graphene_sphere_t.
Checks whether two #graphene_sphere_t are equal.
Computes the bounding box capable of containing the given #graphene_sphere_t.
Retrieves the coordinates of the center of a #graphene_sphere_t.
Retrieves the radius of a #graphene_sphere_t.
Initializes the given #graphene_sphere_t using the given array of 3D coordinates so that the sphere includes them.
Initializes the given #graphene_sphere_t using the given array of 3D coordinates so that the sphere includes them.
Initializes the given #graphene_sphere_t with the given center and radius.
Checks whether the sphere has a zero radius.
Translates the center of the given #graphene_sphere_t using the point coordinates as the delta of the translation.
Allocates a new #graphene_sphere_t.
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 sphere, represented by its center and radius.