[][src]Type Definition colorspace::math::M3f32

type M3f32 = Matrix33<f32>;

Trait Implementations

impl From<Matrix33<f64>> for M3f32[src]