GET DISTANCE BETWEEN COORDS 3D
Jump to navigation
Jump to search
Number of parameters: 7 | ||
---|---|---|
Parameter # | Type | Description |
1. | float | x1 |
2. | float | y1 |
3. | float | z1 |
4. | float | x2 |
5. | float | y2 |
6. | float | z2 |
7. | float | handle |
Return value: | ||
Type | Description | |
None |
Check distance between x1,y1,z1 and x2,y2,z2 and returns float result in 7 parameter.