Struct dxf::TransformationMatrix [] [src]

pub struct TransformationMatrix {
    pub m11: f64,
    pub m12: f64,
    pub m13: f64,
    pub m14: f64,
    pub m21: f64,
    pub m22: f64,
    pub m23: f64,
    pub m24: f64,
    pub m31: f64,
    pub m32: f64,
    pub m33: f64,
    pub m34: f64,
    pub m41: f64,
    pub m42: f64,
    pub m43: f64,
    pub m44: f64,
}

Applies a transformation to a point.

Fields

Methods

impl TransformationMatrix
[src]

[src]

Trait Implementations

impl Clone for TransformationMatrix
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TransformationMatrix
[src]

impl Debug for TransformationMatrix
[src]

[src]

Formats the value using the given formatter.

impl Default for TransformationMatrix
[src]

[src]

Returns the "default value" for a type. Read more

impl PartialEq for TransformationMatrix
[src]

[src]

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

[src]

This method tests for !=.