pub type Affine3f = Affine3<f32>;
struct Affine3f { pub matrix: Matx<f32, SizedArray44>, }
matrix: Matx<f32, SizedArray44>