Type Definition bevy_rapier3d::prelude::nalgebra::Rotation3[][src]

type Rotation3<T> = Rotation<T, 3_usize>;
Expand description

A 3-dimensional rotation matrix.

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