Description Usage Arguments Value Examples
Function which calculates length of a line based on the position of its end points.
1 | length_line(x1, y1, x2, y2)
|
x1 |
Value of the first point on the X axis. |
y1 |
Value of the first point on the Y axis. |
x2 |
Value of the second point on the X axis. |
y2 |
Value of the second point on the Y axis. |
Numeric value
1 | length_line(0,-5,0,5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.