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

type UnitQuaternionBase<N, S> = Unit<QuaternionBase<N, S>>;

A unit quaternions. May be used to represent a rotation.

Due to a bug in rustdoc, the documentation below has been written manually lists only method signatures.
Trait implementations are not listed either.

Please refer directly to the documentation written above each function definition on the source code for more details.

Methods