PointOnCurve2d Constructor

Overload List

Method Description
PointOnCurve2d.PointOnCurve2d () Default constructor. Constructs a point on the curve Line2d.XAxis at the parameter value 0.0.
PointOnCurve2d.PointOnCurve2d (Curve2d) Constructs a point on the input curve at the parameter value 0.0.
PointOnCurve2d.PointOnCurve2d (Curve2d, double) Constructs a point on the input curve at the specified parameter value.