Point_distance_3d - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Notation
Description
Calculates the distance between two three dimensional vectors and returns the result.
Parameters
- x1 (x1,y1,z1) represent the first coordinate
- y1
- z1
- x2 (x2,y2,z2) represent the second coordinate
- y2
- z2
Return Values
double: Returns the distance between two 3D points.
Example Call
Example of using the function.
NOTOC