mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
*** empty log message ***
This commit is contained in:
parent
f4f250edf2
commit
36b15e40cb
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user