Parameters
IEnumerable<Point2D>
points
A list of points.
Type PolyLine2D
Namespace MathNet.Spatial.Euclidean
Interfaces IEquatable<PolyLine2D>, IXmlSerializable
IEnumerable<Point2D>
pointsA list of points.
IEnumerable<Point2D>
pointsA list of points.
double
singleStepToleranceThe tolerance (epsilon) for comparing sameness of line segments
PolyLine2D
otherThe polyline to compare against.
double
toleranceA tolerance (epsilon) to adjust for floating point error
bool
true if the polylines are equal; otherwise false
double
fractionThe fractional length at which to compute the point
double
lengthFromStartThe distance from the first point along the curve at which to return a point