Method | Description | |
---|---|---|
Add ( ILineSegment lineSegment ) : void | ||
Clear ( ) : void | ||
Contains ( ILineSegment lineSegment ) : bool | ||
FindIntersection ( ILineSegment testSegment, ILineSegment &intersection, Point &intersectionCoordinates ) : bool | ||
FindIntersections ( ILineSegment testSegment ) : Point>.Dictionary |
||
IntersectionDetector ( ) : System | ||
Remove ( ILineSegment lineSegment ) : void |
public Add ( ILineSegment lineSegment ) : void | ||
lineSegment | ILineSegment | |
return | void |
public Contains ( ILineSegment lineSegment ) : bool | ||
lineSegment | ILineSegment | |
return | bool |
public FindIntersection ( ILineSegment testSegment, ILineSegment &intersection, Point &intersectionCoordinates ) : bool | ||
testSegment | ILineSegment | |
intersection | ILineSegment | |
intersectionCoordinates | Point | |
return | bool |
public FindIntersections ( ILineSegment testSegment ) : Point>.Dictionary |
||
testSegment | ILineSegment | |
return | Point>.Dictionary |
public Remove ( ILineSegment lineSegment ) : void | ||
lineSegment | ILineSegment | |
return | void |