points_distance#
- static GeometryOperators.points_distance(p1, p2)#
Evaluate the distance between two points expressed as their Cartesian coordinates.
- Parameters:
- p1
List List of
[x1,y1,z1]coordinates for the first point.- p2
List List of
[x2,y2,z2]coordinates for the second ppint.
- p1
- Returns:
floatDistance between the two points in the same unit as the coordinates for the points.