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

source ·
pub type Reflection1<T> = Reflection<T, Const<1>, ArrayStorage<T, 1, 1>>;
Expand description

A 1-dimensional reflection.

Aliased Type§

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