Ejemplo n.º 1
0
 public dynamic Apply(Matrix m)
 {
     return(new Triangle3D(V1.Apply(m), V2.Apply(m), V3.Apply(m)));
 }