Skip to main content

SimdRotation

Type Alias SimdRotation 

Source
pub type SimdRotation<N> = UnitQuaternion<N>;
Expand description

Generic rotation type (nalgebra) for SoA SIMD code

Aliased Typeยง

pub struct SimdRotation<N> { /* private fields */ }