2006
Joo S. O. Bueno
flips the given stroke about an arbitrary axis.
Flips the given stroke about an arbitrary axis. Axis is defined by two coordinates in the image (in pixels), through which the flipping axis passes.
unknown
Type | Name | Description |
---|---|---|
unknown | vectors | The vectors object |
PF_INT | stroke-id | The stroke ID |
PF_FLOAT | x1 | X coordinate of the first point of the flipping axis |
PF_FLOAT | y1 | Y coordinate of the first point of the flipping axis |
PF_FLOAT | x2 | X coordinate of the second point of the flipping axis |
PF_FLOAT | y2 | Y coordinate of the second point of the flipping axis |
None