Type Definition rin::math::geometry::UnitComplex[][src]

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

A 2D rotation represented as a complex number with magnitude 1.

All the methods specific UnitComplex are listed here. You may also read the documentation of the Complex type which is used internally and accessible with unit_complex.complex().

Construction

Transformation and composition

Conversion