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
)
Public Function Intersections (
lineSegment As LineSegment
) As List(Of Vec2D)
public:
List<Vec2D^>^ Intersections(
LineSegment^ lineSegment
)
member Intersections :
lineSegment : LineSegment -> List<Vec2D>
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