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

type Rotation3<N> = Rotation<N, U3>;

A 3-dimensional rotation matrix.

Because this is an alias, not all its methods are listed here. See the Rotation type too.