Struct elmesque::transform_2d::Transform2D
[−]
[src]
pub struct Transform2D(pub Matrix2d);
Represents a 2D transform.
Methods
impl Transform2D
fn multiply(self, other: Transform2D) -> Transform2D
Multiply two transforms together.
ma mb mx na nb nx mc md my . nc nd ny 0 0 1 0 0 1