Click or drag to resize

PolygonIntersections Method

[Missing <summary> documentation for "M:Delaunay.Geo.Polygon.Intersections(Delaunay.Geo.LineSegment)"]

Namespace:  Delaunay.Geo
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<Vec2D> Intersections(
	LineSegment lineSegment
)

Parameters

lineSegment
Type: Delaunay.GeoLineSegment

[Missing <param name="lineSegment"/> documentation for "M:Delaunay.Geo.Polygon.Intersections(Delaunay.Geo.LineSegment)"]

Return Value

Type: ListVec2D

[Missing <returns> documentation for "M:Delaunay.Geo.Polygon.Intersections(Delaunay.Geo.LineSegment)"]

See Also