Getting Started
User Guide
Reference
Calculate the Euclidean distance between two points
point_a (numpy.array) – Point A
point_b (numpy.array) – Point B
dist – The Euclidean distance between Point A and Point B
float