Struct vecmat::map::Affine4[][src]

pub struct Affine4<T> where
    T: Copy + Num + Float + Signed
{ pub linear: Mat4<T>, pub shift: Vec4<T>, }

Fields

Methods

impl<T> Affine4<T> where
    T: Copy + Num + Float + Signed
[src]

Trait Implementations

impl<T: Clone> Clone for Affine4<T> where
    T: Copy + Num + Float + Signed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Affine4<T> where
    T: Copy + Num + Float + Signed
[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq> PartialEq for Affine4<T> where
    T: Copy + Num + Float + Signed
[src]

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

This method tests for !=.

Auto Trait Implementations

impl<T> Send for Affine4<T> where
    T: Send

impl<T> Sync for Affine4<T> where
    T: Sync