Parameters
IEnumerable<Point3D> points
A list of points.
Type PolyLine3D
Namespace MathNet.Spatial.Euclidean
Interfaces IEquatable<PolyLine3D>, IXmlSerializable
IEnumerable<Point3D> pointsA list of points.
PolyLine3D otherThe polyline to compare against.
double toleranceA tolerance (epsilon) to adjust for floating point error
booltrue 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