You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add cartesian to polar conversion functions
This commit is contained in:
committed by
Rémi Verschelde
parent
fb801d4964
commit
054a2ac579
@@ -77,6 +77,8 @@ public:
|
||||
MATH_RAD2DEG,
|
||||
MATH_LINEAR2DB,
|
||||
MATH_DB2LINEAR,
|
||||
MATH_POLAR2CARTESIAN,
|
||||
MATH_CARTESIAN2POLAR,
|
||||
MATH_WRAP,
|
||||
MATH_WRAPF,
|
||||
LOGIC_MAX,
|
||||
|
||||
Reference in New Issue
Block a user