Struct nalgebra::base::dimension::U2 [−][src]
pub struct U2;
A type level dimension.
Trait Implementations
impl<N: SimdRealField> AbstractRotation<N, U2> for UnitComplex<N> where
N::Element: SimdRealField,
[src]
impl<N: SimdRealField> AbstractRotation<N, U2> for UnitComplex<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, U2>) -> VectorN<N, U2>
[src]
fn transform_point(&self, p: &Point<N, U2>) -> Point<N, U2>
[src]
fn inverse_transform_vector(&self, v: &VectorN<N, U2>) -> VectorN<N, U2>
[src]
fn inverse_transform_point(&self, p: &Point<N, U2>) -> Point<N, U2>
[src]
impl Copy for U2
[src]
impl Eq for U2
[src]
impl IsNotStaticOne for U2
[src]
impl StructuralEq for U2
[src]
impl StructuralPartialEq for U2
[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]