// static
 internal Matrix Rotation(double arad, Vector vector)
 {
     throw new NotImplementedException();
 }
 // static
 internal Matrix Translation(Vector vector)
 {
     throw new NotImplementedException();
 }