Enum nalgebra::geometry::TGeneral
[−]
[src]
pub enum TGeneral {}Tag representing the most general (not necessarily inversible) Transform type.
Trait Implementations
impl Debug for TGeneral[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for TGeneral[src]
impl Clone for TGeneral[src]
fn clone(&self) -> TGeneral[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 TGeneral[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 TGeneral[src]
fn eq(&self, __arg_0: &TGeneral) -> 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 TGeneral[src]
impl TCategory for TGeneral[src]
fn check_homogeneous_invariants<N: Real, D: DimName>(_: &MatrixN<N, D>) -> bool where
N::Epsilon: Copy,
DefaultAllocator: Allocator<N, D, D>, [src]
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<TGeneral> for TAffine[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<TAffine> 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