Click or drag to resize
LineSegment2IIntersect Method (LineSegment2I, LineSegment2I)
Checks if the passed line segments intersect

Namespace: Slash.Math.Geometry.Lines
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static bool Intersect(
	LineSegment2I lineSegmentA,
	LineSegment2I lineSegmentB
)

Parameters

lineSegmentA
Type: Slash.Math.Geometry.LinesLineSegment2I

[Missing <param name="lineSegmentA"/> documentation for "M:Slash.Math.Geometry.Lines.LineSegment2I.Intersect(Slash.Math.Geometry.Lines.LineSegment2I,Slash.Math.Geometry.Lines.LineSegment2I)"]

lineSegmentB
Type: Slash.Math.Geometry.LinesLineSegment2I

[Missing <param name="lineSegmentB"/> documentation for "M:Slash.Math.Geometry.Lines.LineSegment2I.Intersect(Slash.Math.Geometry.Lines.LineSegment2I,Slash.Math.Geometry.Lines.LineSegment2I)"]

Return Value

Type: Boolean
Returns true if line segments intersect, otherwise false
See Also