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
scale_x: i32
scale_y: i32
rotate_skew_0: i32
rotate_skew_1: i32
translate_x: i32
translate_y: i32
Trait Implementations
impl Debug for Matrix
[src]
impl PartialEq for Matrix
[src]
fn eq(&self, __arg_0: &Matrix) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Matrix) -> bool
This method tests for !=
.