mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +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. |
||
---|---|---|
.. | ||
bone_attachment.cpp | ||
bone_attachment.h | ||
physical_bone.cpp | ||
physical_bone.h | ||
skeleton_ik.cpp | ||
skeleton_ik.h | ||
skeleton.cpp | ||
skeleton.h |