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

type Mat4x3 = (Vec3, Vec3, Vec3, Vec3);

Trait Implementations