pandemonium_engine/modules/gdscript/doc_classes
lawnjelly 22d90711da Make acos and asin safe
A common bug with using acos and asin is that input outside -1 to 1 range will result in Nan output. This can occur due to floating point error in the input.

The standard solution is to provide safe_acos function with clamped input. For Godot it may make more sense to make the standard functions safe.
2023-06-11 08:41:42 +02:00
..
@GDScript.xml Make acos and asin safe 2023-06-11 08:41:42 +02:00
GDScript.xml Re-extracted class docs. 2023-01-14 13:38:58 +01:00
GDScriptFunctionState.xml Re-extracted class docs. 2023-01-14 13:38:58 +01:00