mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
Adds Unreal Engine math implementations
Adds Unreal Engine-specific implementations for camera and projectile prediction calculations. This includes: - Defining constants and data types tailored for Unreal Engine's coordinate system and conventions. - Implementing functions for calculating forward, right, and up vectors, view matrices, and perspective projection matrices. - Providing camera trait for look-at angle calculations and projection matrix generation. - Implements projectile prediction traits and utilities.
This commit is contained in:
3
tests/engines/unit_test_unreal_engine.cpp
Normal file
3
tests/engines/unit_test_unreal_engine.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
//
|
||||
// Created by Vlad on 8/25/2025.
|
||||
//
|
||||
Reference in New Issue
Block a user