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

Trait Implementations

Derived Implementations

impl Debug for Transform2D

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Transform2D

fn clone(&self) -> Transform2D

fn clone_from(&mut self, source: &Self)