Type Alias jumpy::core::physics::rapier::nalgebra::Rotation3

source ·
pub type Rotation3<T> = Rotation<T, 3>;
Expand description

A 3-dimensional rotation matrix.

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

Aliased Type§

struct Rotation3<T> { /* private fields */ }