Struct graphene_sys::graphene_sphere_t [−][src]
#[repr(C)]#[repr(align(16))]pub struct graphene_sphere_t { pub center: graphene_vec3_t, pub radius: c_float, }
Fields
center: graphene_vec3_t
radius: c_float
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_sphere_t
impl Send for graphene_sphere_t
impl Sync for graphene_sphere_t
impl Unpin for graphene_sphere_t
impl UnwindSafe for graphene_sphere_t
Blanket Implementations
Mutably borrows from an owned value. Read more