Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool IntersectsWith(EdgeD, bool)

  • Declared in: RT.Util.Geometry.EdgeD

Declaration

public bool IntersectsWith(
    EdgeD r,
    bool excludeVertexTouching = false
)

Summary

Determines whether two edges intersect.

Parameters

EdgeDrEdgeD to compare against.
boolexcludeVertexTouching If true, edges that touch at the vertex are not considered to be intersecting.

Returns

True if both edges intersect with each other.