get distance - ksoltan/RoboFish GitHub Wiki
get_distance
Gets distance between two points in space.
Parameters:
A - Coordinates of pt A
B - Coordinates of pt B
Returns:
Distance between A and B in Cartesian plane.
Gets distance between two points in space.
A - Coordinates of pt A
B - Coordinates of pt B
Distance between A and B in Cartesian plane.