Function nalgebra_glm::right_handed[][src]

pub fn right_handed<N: Number>(a: &TVec3<N>, b: &TVec3<N>, c: &TVec3<N>) -> bool

Returns true if {a, b, c} forms a right-handed trihedron.