Ejemplo n.º 1
0
 // static
 internal Matrix Rotation(double arad, Vector vector)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 // static
 internal Matrix Translation(Vector vector)
 {
     throw new NotImplementedException();
 }