Struct graphene_sys::graphene_triangle_t
source · #[repr(C)]pub struct graphene_triangle_t {
pub a: graphene_vec3_t,
pub b: graphene_vec3_t,
pub c: graphene_vec3_t,
}
Fields§
§a: graphene_vec3_t
§b: graphene_vec3_t
§c: graphene_vec3_t
Trait Implementations§
source§impl Clone for graphene_triangle_t
impl Clone for graphene_triangle_t
source§fn clone(&self) -> graphene_triangle_t
fn clone(&self) -> graphene_triangle_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