public Triangle2D Projection(float distance) { return(new Triangle2D(V1.Projection(distance), V2.Projection(distance), V3.Projection(distance))); }