Fixes Unreal Engine view angle matrix order

The view angle rotation matrix order in Unreal Engine was incorrect, leading to incorrect camera orientation.

This commit fixes the order of rotation matrices to roll, pitch, yaw
to correctly implement Unreal Engine camera rotations.

Adds comprehensive unit tests for Unreal Engine formulas, camera and constants.

Marks Unreal Engine as supported in README.md.
This commit is contained in:
2025-08-25 21:42:58 +03:00
parent 0de6b4589f
commit c90497f77b
5 changed files with 111 additions and 11 deletions

View File

@@ -42,7 +42,8 @@ Oranges's Math Library (omath) is a comprehensive, open-source library aimed at
| Source | ✅YES |
| Unity | ✅YES |
| IWEngine | ✅YES |
| Unreal | ❌NO |
| OpenGL | ✅YES |
| Unreal | ✅YES |
## Supported Operating Systems