mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-21 19:36:53 +01:00
22d90711da
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. |
||
---|---|---|
.. | ||
doc_classes | ||
editor | ||
icons | ||
nodes | ||
resources | ||
.gitignore | ||
config.py | ||
register_types.cpp | ||
register_types.h | ||
SCsub |