Description Usage Arguments Value Examples
Extends coordinate
1 | extends_point(x0, y0, x1, y1, extend_length)
|
x0 |
x coordinate of the origin |
y0 |
y coordinate of the origin |
x1 |
x coordinate of the point |
y1 |
y coordinate of the point |
extend_length |
ROtation angle in degree (anti-clockwise) |
The new coordinates for the point
1 2 3 4 | ## Not run:
extends_point(0,0,1,0,90)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.