Type Line2D
Namespace MathNet.Spatial.Euclidean
Parent ValueType
Interfaces IEquatable<Line2D>, IXmlSerializable
Point2D
pThe point that the returned point is the closest point on the line to
bool
mustBeOnSegmentIf true the returned point is contained by the segment ends, otherwise it can be anywhere on the projected line
Nullable<Point2D>
The point at the intersection of two lines, or null if the lines are parallel.
Line2D
otherThe other line to compute the intersection with
Angle
toleranceThe tolerance used when checking if the lines are parallel
Nullable<Point2D>
The point at the intersection of two lines, or null if the lines are parallel.
bool
True if the lines are parallel, false if they are not
Line2D
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