CRaPI - Correct Robust and Perfect API

Point2D Constructor

Constructs a Point2D of two doubles

Overload List

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);

See Also

Point2D Class | TeamYaffa.CRaPI.Utility Namespace