Method | Description | |
---|---|---|
Intersects ( |
||
LineSegment ( Point start, Point end ) : System |
Method | Description | |
---|---|---|
projectionIntersection ( int a, int b, int c, int d, IntersectionCheckOptions option ) : bool | ||
projectionIntersectionCheck ( |
||
signedTriangleSquare ( Point a, Point b, Point c ) : int | ||
signedTriangleSquareCheck ( |
public Intersects ( |
||
other | ||
option | IntersectionCheckOptions | |
return | bool |
public LineSegment ( Point start, Point end ) : System | ||
start | Point | |
end | Point | |
return | System |