Click or drag to resize

LineSegmentIntersection Method

[Missing <summary> documentation for "M:Delaunay.Geo.LineSegment.Intersection(Delaunay.Geo.LineSegment,Delaunay.Geo.LineSegment,System.Boolean)"]

Namespace:  Delaunay.Geo
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vec2D Intersection(
	LineSegment l1,
	LineSegment l2,
	bool includeEndpoints = false
)

Parameters

l1
Type: Delaunay.GeoLineSegment

[Missing <param name="l1"/> documentation for "M:Delaunay.Geo.LineSegment.Intersection(Delaunay.Geo.LineSegment,Delaunay.Geo.LineSegment,System.Boolean)"]

l2
Type: Delaunay.GeoLineSegment

[Missing <param name="l2"/> documentation for "M:Delaunay.Geo.LineSegment.Intersection(Delaunay.Geo.LineSegment,Delaunay.Geo.LineSegment,System.Boolean)"]

includeEndpoints (Optional)
Type: SystemBoolean

[Missing <param name="includeEndpoints"/> documentation for "M:Delaunay.Geo.LineSegment.Intersection(Delaunay.Geo.LineSegment,Delaunay.Geo.LineSegment,System.Boolean)"]

Return Value

Type: Vec2D

[Missing <returns> documentation for "M:Delaunay.Geo.LineSegment.Intersection(Delaunay.Geo.LineSegment,Delaunay.Geo.LineSegment,System.Boolean)"]

See Also