Line
The direction of the Curve
Creates a Line best approximating a scatter plot of Points.
public static Line ByStartPointDirectionLength(Point startPoint, Vector direction, double length = 1)
Create a straight Line starting at start Point, extending in Vector direction by specified length.
Creates a straight Line between two input Points.
Create a Line tangent to the input Curve, positioned at the parameter Point of the input Curve.