Struct swf_tree::Matrix
[−]
[src]
pub struct Matrix { pub scale_x: Fixed16P16, pub scale_y: Fixed16P16, pub rotate_skew0: Fixed16P16, pub rotate_skew1: Fixed16P16, pub translate_x: i32, pub translate_y: i32, }
Fields
scale_x: Fixed16P16
scale_y: Fixed16P16
rotate_skew0: Fixed16P16
rotate_skew1: Fixed16P16
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 !=
.