pub type Affine3d = Affine3<f64>;
#[repr(C)]pub struct Affine3d { pub matrix: Matx<f64, SizedArray44>, }
matrix: Matx<f64, SizedArray44>