Struct nalgebra::base::dimension::U3 [−][src]
pub struct U3;
A type level dimension.
Trait Implementations
impl<N: SimdRealField> AbstractRotation<N, U3> for UnitQuaternion<N> where
N::Element: SimdRealField,
[src]
impl<N: SimdRealField> AbstractRotation<N, U3> for UnitQuaternion<N> where
N::Element: SimdRealField,
[src]fn identity() -> Self
[src]
fn inverse(&self) -> Self
[src]
fn inverse_mut(&mut self)
[src]
fn transform_vector(&self, v: &VectorN<N, U3>) -> VectorN<N, U3>
[src]
fn transform_point(&self, p: &Point<N, U3>) -> Point<N, U3>
[src]
fn inverse_transform_vector(&self, v: &VectorN<N, U3>) -> VectorN<N, U3>
[src]
fn inverse_transform_point(&self, p: &Point<N, U3>) -> Point<N, U3>
[src]
impl Copy for U3
[src]
impl Eq for U3
[src]
impl IsNotStaticOne for U3
[src]
impl StructuralEq for U3
[src]
impl StructuralPartialEq for U3
[src]
Auto Trait Implementations
Blanket Implementations
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]