Type Definition nalgebra::geometry::Quaternion [] [src]

type Quaternion<N> = QuaternionBase<N, MatrixArray<N, U4, U1>>;

A statically-allocated quaternion.