Struct swf_tree::Matrix [] [src]

pub struct Matrix {
    pub scale_x: i32,
    pub scale_y: i32,
    pub rotate_skew_0: i32,
    pub rotate_skew_1: i32,
    pub translate_x: i32,
    pub translate_y: i32,
}

Fields

Trait Implementations

impl Debug for Matrix
[src]

Formats the value using the given formatter.

impl PartialEq for Matrix
[src]

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

This method tests for !=.

impl Eq for Matrix
[src]