sys_math.c Rename (#1258)

* rename via comments

* missed a comment

* math header

* name boot_80086760.c functions

* PR Review

* rm cam comment

* Elliptic review

* alphabetical
This commit is contained in:
engineer124
2023-06-05 22:16:34 -04:00
committed by GitHub
parent f92a61db27
commit 7f5087d0b2
140 changed files with 916 additions and 955 deletions
+7 -1
View File
@@ -18,10 +18,16 @@ simpleReplace = {
wordReplace = {
# Functions
"Actor_GetSwitchFlag": "Flags_GetSwitch",
# "Math_FAtan2F": "Math_Atan2S_XY", // All old Math_FAtan2F should be renamed, so func_80086B30 can be renamed to Math_FAtan2F
"Math_Acot2F": "Math_Atan2F_XY",
"atan_flip": "Math_Atan2F_XY",
"atans": "Math_Atan2S",
"sin_rad": "Math_SinF",
"cos_rad": "Math_CosF",
"randPlusMinusPoint5Scaled": "Rand_CenteredFloat",
# "Math_FAtan2F": "Math_Atan2S_XY", // Old Math_FAtan2F was renamed
"func_80086B30": "Math_FAtan2F",
"func_80086760": "Math_FTanF",
"func_80086C48": "Math_FAcosF",
# "SysMatrix_StateAlloc": "Matrix_StateAlloc",
# "SysMatrix_StatePush": "Matrix_StatePush",