Constructs a Point2D of two doubles
Constructs a Point2D of two doubles
public Point2D(double,double);
Creates a new Point2D from an existing Point2D
public Point2D(Point2D);
Constructs a Point2D of a Point2D and a direction and distance from that point
public Point2D(Point2D,double,double);
Point2D Class | TeamYaffa.CRaPI.Utility Namespace