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

type UnitComplex<N> = Unit<Complex<N>>;

A complex number with a norm equal to 1.

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