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