Enum nalgebra::geometry::TAffine [−][src]
pub enum TAffine {}
Expand description
Tag representing an affine Transform
. Its bottom-row is equal to (0, 0 ... 0, 1)
.
Trait Implementations
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 = TProjective
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
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 = TProjective
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
Auto Trait Implementations
impl RefUnwindSafe for TAffine
impl UnwindSafe for TAffine
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.