Type Alias jumpy::core::physics::rapier::nalgebra::geometry::Rotation2

source ·
pub type Rotation2<T> = Rotation<T, 2>;
Expand description

A 2-dimensional rotation matrix.

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

Aliased Type§

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