Struct graphene_sys::graphene_sphere_t
source · #[repr(C)]pub struct graphene_sphere_t {
pub center: graphene_vec3_t,
pub radius: c_float,
}
Fields§
§center: graphene_vec3_t
§radius: c_float
Trait Implementations§
source§impl Clone for graphene_sphere_t
impl Clone for graphene_sphere_t
source§fn clone(&self) -> graphene_sphere_t
fn clone(&self) -> graphene_sphere_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more