Type Definition grafix_toolbox::uses::Mat4[][src]

type Mat4 = (Vec4, Vec4, Vec4, Vec4);

Trait Implementations

impl Cast<Matrix<f32, U4, U4, <DefaultAllocator as Allocator<f32, U4, U4>>::Buffer>> for Mat4[src]