distance

public static double distance(Pose pose, Point point)

This returns the distance between a Pose and a Point,

Return

returns the distance between the two.

Parameters

pose

this is the Pose.

point

this is the Point.


public static double distance(Pose one, Pose two)

This returns the distance between a Pose and another Pose.

Return

returns the distance between the two.

Parameters

one

this is the first Pose.

two

this is the second Pose.