Type LineSegment2D
Namespace MathNet.Spatial.Euclidean
Parent ValueType
Interfaces IEquatable<LineSegment2D>, IXmlSerializable
LineSegment2D otherThe line segment to compare against.
double toleranceA tolerance (epsilon) to adjust for floating point error
boolTrue if the line segments are equal; otherwise false
LineSegment2D otherThe other line to check this one against
Angle toleranceIf the angle between line directions is less than this value, the method returns true
boolTrue if the lines are parallel within the angle tolerance, false if they are not