Description Usage Arguments Value
Thus function calculates the position along a segment where a point is located. The position is non-dimensional in the sense that the first point is at position 0 and the second point is at position 1.
1 | calcIntersect(z1, z2, z)
|
z1 |
First point. |
z2 |
Second point. |
z |
Point whose position is to be determined. |
The linear position of the point where z1 is 0 and z2 is 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.