LineSegmentIntersectsWith Method |
[Missing <summary> documentation for "M:Delaunay.Geo.LineSegment.IntersectsWith(Delaunay.Geo.LineSegment)"]
Namespace:
Delaunay.Geo
Assembly:
Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IntersectsWith(
LineSegment lineSegment
)
Public Function IntersectsWith (
lineSegment As LineSegment
) As Boolean
public:
bool IntersectsWith(
LineSegment^ lineSegment
)
member IntersectsWith :
lineSegment : LineSegment -> bool
Parameters
- lineSegment
- Type: Delaunay.GeoLineSegment
[Missing <param name="lineSegment"/> documentation for "M:Delaunay.Geo.LineSegment.IntersectsWith(Delaunay.Geo.LineSegment)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Delaunay.Geo.LineSegment.IntersectsWith(Delaunay.Geo.LineSegment)"]
See Also