pub type Reflection4<T> = Reflection<T, Const<4>, ArrayStorage<T, 4, 1>>;
Expand description

A 4-dimensional reflection.