[][src]Enum na::geometry::TProjective

pub enum TProjective {}

Tag representing the most general inversible Transform type.

Trait Implementations

impl Copy for TProjective[src]

impl Clone for TProjective[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<TProjective> for TProjective[src]

#[must_use]
default fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Debug for TProjective[src]

impl Hash for TProjective[src]

default fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl SuperTCategoryOf<TAffine> for TProjective[src]

impl SuperTCategoryOf<TProjective> for TGeneral[src]

impl Eq for TProjective[src]

impl TCategoryMul<TProjective> for TGeneral[src]

type Representative = TGeneral

The transform category that results from the multiplication of a Transform<Self> to a Transform<Other>. This is usually equal to Self or Other, whichever is the most general category. Read more

impl TCategoryMul<TGeneral> for TProjective[src]

type Representative = TGeneral

The transform category that results from the multiplication of a Transform<Self> to a Transform<Other>. This is usually equal to Self or Other, whichever is the most general category. Read more

impl TCategoryMul<TAffine> for TProjective[src]

type Representative = TProjective

The transform category that results from the multiplication of a Transform<Self> to a Transform<Other>. This is usually equal to Self or Other, whichever is the most general category. Read more

impl TCategoryMul<TProjective> for TAffine[src]

type Representative = TProjective

The transform category that results from the multiplication of a Transform<Self> to a Transform<Other>. This is usually equal to Self or Other, whichever is the most general category. Read more

impl TCategory for TProjective[src]

default fn has_normalizer() -> bool[src]

Indicates whether a Transform with the category Self has a bottom-row different from 0 0 .. 1. Read more

Auto Trait Implementations

impl Send for TProjective

impl Sync for TProjective

Blanket Implementations

impl<V> IntoVec for V[src]

impl<V> IntoPnt for V[src]

impl<T> IntoPnt for T where
    T: Scalar
[src]

impl<T> IntoPnt for T where
    T: Scalar
[src]

impl<T> IntoPnt for T where
    T: Scalar
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Scalar for T where
    T: Copy + PartialEq<T> + Any + Debug
[src]

default fn is<T>() -> bool where
    T: Scalar
[src]

Tests if Self the same as the type T Read more

impl<T> Same for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T> SuperTCategoryOf for T where
    T: TCategory
[src]

impl<T> TCategoryMul for T where
    T: TCategory
[src]

type Representative = T

The transform category that results from the multiplication of a Transform<Self> to a Transform<Other>. This is usually equal to Self or Other, whichever is the most general category. Read more

impl<T1, T2> SubTCategoryOf for T1 where
    T1: TCategory,
    T2: SuperTCategoryOf<T1>, 
[src]