summaryrefslogtreecommitdiff
path: root/modules/mono/glue/Managed/Files/Mathf.cs
AgeCommit message (Collapse)Author
2019-05-28Added move_toward functions for float, Vector2 and Vector3Giacom
2019-05-26[Mono] Change Atan2 arguments to Y XAaron Franke
2019-04-30Make "decimal" functions more consistentAaron Franke
In GDScript, rename "decimals" to "step_decimals". In C#, add "StepDecimals", but keep the old functionality in a method called "DecimalCount".
2019-04-25[Mono] Approximate equalityAaron Franke
2019-04-07Added smoothstep built-in functionChaosus
2019-03-07Fix division by zero at wrap functions in monoChaosus
2018-11-20Remove trailing whitespaceRĂ©mi Verschelde
With `sed -i $(rg -l '[[:blank:]]*$' -g'!thirdparty') -e 's/[[:blank:]]*$//g'` (+ manual revert of some thirdparty code under `platform/android`).
2018-09-12Move modules/mono/glue/cs_files to modules/mono/glue/Managed/FilesIgnacio Etcheverry
Added dummy MSBuild project and solution to get tooling help when editing these files.