virtualx-engine/doc
lawnjelly 50c5ed4876 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-05-11 08:34:34 +01:00
..
classes Make acos and asin safe 2023-05-11 08:34:34 +01:00
tools Validate code tags in documentation for potential params 2023-04-26 21:36:04 +02:00
translations i18n: Sync translations with Weblate 2023-04-20 13:27:43 +02:00
class.xsd
Doxyfile
Makefile [Export docs] Move docs to platform folders. 2023-04-20 11:02:12 +03:00