Enum nalgebra::geometry::TProjective
[−]
[src]
pub enum TProjective {}Tag representing the most general inversible Transform type.
Trait Implementations
impl Debug for TProjective[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for TProjective[src]
impl Clone for TProjective[src]
fn clone(&self) -> TProjective[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Hash for TProjective[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)[src]
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for TProjective[src]
fn eq(&self, __arg_0: &TProjective) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Eq for TProjective[src]
impl TCategory for TProjective[src]
fn check_homogeneous_invariants<N: Real, D: DimName>(
mat: &MatrixN<N, D>
) -> bool where
N::Epsilon: Copy,
DefaultAllocator: Allocator<N, D, D>, [src]
mat: &MatrixN<N, D>
) -> bool where
N::Epsilon: Copy,
DefaultAllocator: Allocator<N, D, D>,
Checks that the given matrix is a valid homogeneous representation of an element of the category Self. Read more
fn has_normalizer() -> bool[src]
Indicates whether a Transform with the category Self has a bottom-row different from 0 0 .. 1. 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<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<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 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