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