Trait geo_nd::SqMatrix3

source ·
pub trait SqMatrix3<V3: Vector<F, 3>, F: Float>: SqMatrix<V3, F, 3, 9> { }
Expand description

The SqMatrix3 trait describes a 3-dimensional square matrix of Float type that operates on a Vector.

Implementors§

source§

impl<F: Float> SqMatrix3<FArray<F, 3>, F> for FArray2<F, 3, 9>