Line public class Line : Curve Documentation Code public Vector Direction { get; } public static Line ByBestFitThroughPoints(IEnumerable<Point> bestFitPoints) public static Line ByStartPointDirectionLength(Point startPoint, Vector direction, double length = 1) public static Line ByStartPointEndPoint(Point startPoint, Point endPoint) public static Line ByTangency(Curve curve, double parameter = 0)