Function right_handed

Source
pub fn right_handed<T>(
    a: &Matrix<T, Const<3>, Const<1>, ArrayStorage<T, 3, 1>>,
    b: &Matrix<T, Const<3>, Const<1>, ArrayStorage<T, 3, 1>>,
    c: &Matrix<T, Const<3>, Const<1>, ArrayStorage<T, 3, 1>>,
) -> bool
where T: Number,
Expand description

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

ยงSee also: