pub type Mat3Impl = Mat3;
#[repr(C)]pub struct Mat3Impl { pub x_axis: Vec3, pub y_axis: Vec3, pub z_axis: Vec3, }
x_axis: Vec3
y_axis: Vec3
z_axis: Vec3