Enum nalgebra::geometry::TAffine [] [src]

pub enum TAffine {}

Tag representing an affine Transform. Its bottom-row is equal to (0, 0 ... 0, 1).

Trait Implementations

impl Debug for TAffine
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for TAffine
[src]

impl Clone for TAffine
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for TAffine
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

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

impl PartialEq for TAffine
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for TAffine
[src]

impl TCategory for TAffine
[src]

[src]

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

[src]

Checks that the given matrix is a valid homogeneous representation of an element of the category Self. Read more

impl TCategoryMul<TGeneral> for TAffine
[src]

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]

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]

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]

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 SuperTCategoryOf<TAffine> for TGeneral
[src]

impl SuperTCategoryOf<TAffine> for TProjective
[src]

Auto Trait Implementations

impl Send for TAffine

impl Sync for TAffine