Click or drag to resize

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
)

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