Struct planar::MatrixTransform [] [src]

pub struct MatrixTransform<T, UnitFrom, UnitTo>(_, _);

Methods

impl<T, UnitFrom, UnitTo> MatrixTransform<T, UnitFrom, UnitTo>
[src]

[src]

[src]

Trait Implementations

impl<T, UnitFrom, UnitTo> Transform<T, UnitFrom> for MatrixTransform<T, UnitFrom, UnitTo> where
    T: Clone + Add<T, Output = T> + Mul<T, Output = T>, 
[src]

[src]

impl<T, UnitFrom, UnitTo> Mul<Point<T, UnitFrom>> for MatrixTransform<T, UnitFrom, UnitTo> where
    T: Clone + Add<T, Output = T> + Mul<T, Output = T>, 
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.