Method | Description | |
---|---|---|
LazoGR ( ) : System | ||
LazoGR ( |
||
PointInPath ( float x, float y, Trace trace ) : bool |
Determine if a point is inside the polygon described by the trace. Thanks to Daniel Kuppitz who posted a message with the code in a forum.
|
|
Process ( List |
public LazoGR ( |
||
configuration | ||
return | System |
public static PointInPath ( float x, float y, Trace trace ) : bool | ||
x | float | X coordinate of the point. |
y | float | Y coordinate of the point. |
trace | Trace | The trace describing the polygon. |
return | bool |