Enum nalgebra::geometry::TProjective [] [src]

pub enum TProjective {}

Tag representing the most general inversible Transform type.

Trait Implementations

impl Debug for TProjective
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for TProjective
[src]

impl Clone for TProjective
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for TProjective
[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 TProjective
[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 TProjective
[src]

impl TCategory for TProjective
[src]

[src]

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

[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]

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]

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

impl SuperTCategoryOf<TAffine> for TProjective
[src]

Auto Trait Implementations

impl Send for TProjective

impl Sync for TProjective