[][src]Trait skia_safe::matrix44::Map2

pub trait Map2<T> {
    fn map2(&self, v: T);
}

Required methods

fn map2(&self, v: T)

Loading content...

Implementors

impl<'_, '_> Map2<(&'_ [f32], &'_ mut [f32])> for Matrix44[src]

impl<'_, '_> Map2<(&'_ [f64], &'_ mut [f64])> for Matrix44[src]

Loading content...