示例#1
0
 public Triangle Rotate(Matrix3d m)
 {
     return(new Triangle(_a.Rotate(m), _b.Rotate(m), _c.Rotate(m)));
 }