getSmallestAngleDifference

public static double getSmallestAngleDifference(double one, double two)

This returns the smallest angle between two angles. This operates in radians.

Return

returns the smallest angle.

Parameters

one

one of the angles.

two

the other one.