Exemple #1
0
 public Transform(Matrix4x4 mat, Matrix4x4 minv = null)
 {
     _m    = mat;
     _mInv = minv ?? Matrix4x4.Invert(_m);
 }