GetDistanceBetweenPoints3D

From XPUB & Lens-Based wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Just the formula for now, no code examples (yet)

distance = sqrt( (x2-x1)2 + (y2-y1)2 + (z2-z1)2 )