leIsPointInsideFig
leIsPointInsideFig(
d_figId
l_point
)
=> t / nil
Description
Checks if the specified point is inside the figure.
Arguments
Value Returned
|
Returned if the point l_point does not lie inside the figure. |
Example
Checks if the point x=5, y=5 is inside the first figure of the selection set.
leIsPointInsideFig(car(geGetSelSet()) list(5 5))
Return to top