CRaPI - Correct Robust and Perfect API

Point2D Constructor (Point2D, Double, Double)

Constructs a Point2D of a Point2D and a direction and distance from that point

public Point2D(
   Point2D pPosition,
   double pDirection,
   double pDistance
);

Parameters

pPosition
The starting point
pDirection
The direction of the new point in relation to the starting point
pDistance
The distance to the new point in relation to the starting point

See Also

Point2D Class | TeamYaffa.CRaPI.Utility Namespace | Point2D Constructor Overload List