Enum nalgebra::geometry::TGeneral [−][src]
pub enum TGeneral {}Expand description
Tag representing the most general (not necessarily inversible) Transform type.
Trait Implementations
fn check_homogeneous_invariants<N: RealField, D: DimName>(
_: &MatrixN<N, D>
) -> bool where
N::Epsilon: Copy,
DefaultAllocator: Allocator<N, D, D>,
fn check_homogeneous_invariants<N: RealField, D: DimName>(
_: &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
Indicates whether a Transform with the category Self has a bottom-row different from
0 0 .. 1. Read more
type Representative = TGeneral
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
type Representative = TGeneral
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
type Representative = TGeneral
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
type Representative = TGeneral
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
Auto Trait Implementations
impl RefUnwindSafe for TGeneral
impl UnwindSafe for TGeneral
Blanket Implementations
Mutably borrows from an owned value. Read more
The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
Checks if self is actually part of its subset T (and can be converted to it).
Use with care! Same as self.to_subset but without any property checks. Always succeeds.
The inclusion map: converts self to the equivalent element of its superset.