graphene_sphere_t

A sphere, represented by its center and radius.

struct graphene_sphere_t {}

Members

Variables

center
graphene_vec3_t center;
radius
float radius;