Commit Graph

44 Commits

Author SHA1 Message Date
orange 1c58340404 Refactors: Moves linear algebra to new directory
Moves linear algebra headers to a new subdirectory to improve project structure.

Updates includes to reflect the directory change.
Adds vcpkg to the tracked repositories.
2025-08-31 23:36:05 +03:00
orange ddafd24ea6 Fixes namespace and angle calculations
Corrects namespace naming from unity_engine to unreal_engine.

Adjusts projectile prediction and angle calculations for accuracy
in Unreal Engine environments.
2025-08-25 21:46:50 +03:00
orange 28b3aecf9d 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.
2025-08-25 21:30:35 +03:00
orange 1f4b10f336 Refactors camera and prediction engine traits.
Moves camera and prediction engine implementations into traits for each engine,
decoupling the engine-specific logic from the core classes, promoting code reuse
and maintainability. This change allows for easier addition of new engines and
customization of existing ones.
2025-08-11 00:32:09 +03:00
orange e2322960b7 added noexcept 2025-05-13 09:34:39 +03:00
orange ba2c60389f added more noexcept 2025-05-05 01:46:50 +03:00
orange 4406e1e461 changed code style 2025-05-03 20:31:59 +03:00
orange 97f38af2b5 added unit tests 2025-04-16 18:35:50 +03:00
orange 622c2866d9 fixed formating 2025-04-16 17:52:57 +03:00
orange 7642936716 removed method from Mat added method for unity 2025-04-16 17:52:19 +03:00
orange f1f2aeb1b9 added func
added rotation matrix for opengl
2025-04-16 17:40:00 +03:00
orange d9fe60b505 added camera files 2025-03-22 04:26:54 +03:00
orange 756bcef6e1 fixed include names 2025-03-21 04:40:59 +03:00
orange e4eb27c6de change 2025-03-21 04:21:31 +03:00
Vladislav Alpatov 5fdf3dad16 renamed headers 2025-03-21 04:17:42 +03:00
orange 1b2822275f removed inline functions 2025-03-19 20:07:44 +03:00
orange 89356546ca updated comment 2025-03-17 09:14:42 +03:00
orange 4df0d38257 added magic number 2025-03-17 08:59:41 +03:00
orange f788a60e14 added iw engine files 2025-03-17 07:20:13 +03:00
orange 3c104cd228 changed naming of engines section 2025-03-17 05:27:00 +03:00
orange 742344e221 fix 2025-03-17 02:41:08 +03:00
Vladislav Alpatov a68ebd9ab7 now template 2025-03-01 21:11:46 +03:00
orange d80e1658e8 added open gl stuff 2024-12-23 17:53:47 +03:00
orange a68007a1f4 added methods 2024-12-23 15:34:38 +03:00
orange b0156cec18 dropped .dll/.so support 2024-12-23 13:47:28 +03:00
orange e330f97359 fixed warning related with clang 2024-12-17 12:30:05 +03:00
さくらみこ b07a3efc86 fixup 2024-12-17 07:24:44 +03:00
Saikari 7ff8eb0fb2 Export 2024-12-17 04:55:13 +03:00
orange 9789bc6c64 removed useless stuff 2024-12-16 12:31:56 +03:00
orange ab13826325 moved file 2024-12-08 05:39:24 +03:00
orange fd1bb25ed8 improved some code 2024-12-08 05:19:49 +03:00
orange bd1fa55073 fixed view matrix 2024-12-04 12:27:17 +03:00
orange 6ad4a42c27 switched to 4x4 2024-12-04 12:09:23 +03:00
orange b33b4bf07a added rotation matrix 2024-12-04 06:43:54 +03:00
orange dc3fcafd48 refactored camera 2024-12-04 04:58:29 +03:00
orange c2c0b29dc9 added check, removed deprecated code 2024-12-02 10:57:47 +03:00
orange 17b2e07869 added multiply factor for source engine matrix 2024-12-01 22:02:16 +03:00
orange 0487cf0d18 refactored some stuff 2024-12-01 14:06:52 +03:00
orange 9b0af1ac30 patch 2024-12-01 04:10:25 +03:00
orange 1405378ef1 huge improvement 2024-12-01 03:51:40 +03:00
orange b0ad87f0be added new class 2024-11-30 13:54:06 +03:00
orange cfb6683ac3 added more unit tests 2024-11-30 03:37:25 +03:00
orange e6069e1e65 refactored tests 2024-11-27 19:36:28 +03:00
orange 0b38ba5da1 added files 2024-11-27 15:21:07 +03:00