*** empty log message ***

This commit is contained in:
Joe Shochet 2002-10-19 18:33:14 +00:00
parent f4f250edf2
commit 36b15e40cb

View File

@ -363,7 +363,7 @@ def reduceAngle(deg):
"""
return (math.fmod((deg + 180.0), 360.0) - 180.0)
def shortestDestAngle2(src, dest):
def shortestDestAngle(src, dest):
"""
Returns a version of dest that is numerically closest to src. It is
assumed that src is between -180. and 180.