| Did you know ... | Search Documentation: |
| Send methods |
<-device
coordinate system. path->insert
may be used to insert points in the middle or prepend points.
->insert<-area
from the path<-points
and path<-interpolation
from path<-points
if
path<-kind
= smooth.<-point.->resize.<-kind.
When path<-kind
equals smooth, the second argument specifies the path<-intervals.
If the
points arguments is supplied, the method path->points
is invoked using this argument to specify the initial set of
control-points.<-segment
may be used to find the point to insert after.
->append<-device
coordinate system — lies inside the polygon formed by the path's
vertices. Uses the standard even-odd (ray-casting) rule with an implicit
closing edge from the last vertex back to the first, so path<-closed
is not consulted: an open polygon can still be probed as a closed region
for hit-testing purposes. For smooth paths the test is performed against
the interpolated poly-line. Fails silently when the path has fewer than
three vertices.
Companion to graphical->in_event_area,
which combines this test with a near-outline distance test to make edge
hits work on closed paths as well as open ones.
<-offset
(default) or by adjusting each of the
path<-points.<-device’s
coordinate system.