summaryrefslogtreecommitdiffhomepage
path: root/src/raymath.h
AgeCommit message (Expand)Author
2024-07-01[CORE] Fix MSVC warnings/errors and raymath.h in C++ (#4125)Jeffery Myers
2024-06-30REVIEWED: Formatting, follow raylib coding conventionsRay
2024-06-30REVIEWED: Formatting, follow raylib coding conventionsRay
2024-06-28Fix GLTF animations (#4107)VitoTringolo
2024-06-06RENAME: near, far vaiablesRay
2024-05-16[RAYMATH] Revert Extern 'C' in raymath (#3985)Jeffery Myers
2024-05-13[raymath] Add extern "C" to raymath header for C++ (#3978)Jeffery Myers
2024-04-17Replaced SQUAD quat interpolation with cubic hermite to align with gltf 2.0 s...Benji
2024-04-15Added missing interpolation types for GLTF animation channels (#3919)Benji
2024-04-06Remove redundant axis length calculation (#3900)jtainer
2024-04-02Remove trailing spacesRay
2024-02-26Add Vector4 math functions & Vector2 variants of some Vector3 functions (#3828)Bowserinator
2024-02-17Fix implicit conversion from float to double then back to float again (#3799)João Foscarini
2024-01-22[raymath.h] Small code refactor (#3753)Idir Carlos Aliane
2024-01-02Update copyright to 2024Ray
2023-11-28Hide unneeded internal symbols when building raylib as an so or dylib (#3573)Peter0x44
2023-10-10[raymath] Hotfix for Vector2Angle() and Vector2LineAngle() (#3396)Murlocohol
2023-10-10Hotfix for Vector2LineAngle(), should probably be reviewed along with the res...Murlocohol
2023-09-21[raymath] Added macros for EPSILON on each function it's used in (#3330)Brian E
2023-09-17general syntax fixes (#3319)Brian E
2023-08-27Formating reviewRay
2023-08-26Add Vector3 Projecting and Rejection to Raymath (#3263)Ethan Simpson
2023-08-10Review tabs and trail-spacesRay
2023-07-10Reviewed parameter names to avoid issues #3159Ray
2023-07-04REVIEWED: `Vector2Angle()`Ray
2023-07-02Reviewed vector2angle exampleRay
2023-07-02WARNING: REDESIGN: `Vector2Angle()`<-->`Vector2LineAngle()` #2887Ray
2023-05-08Remove trailing spacesRay
2023-05-02ADDED: Comment to clarify raymath semanticsRay
2023-05-02ADDED: Comment about Matrix conventionsRay
2023-05-01REVIEWED: Modules description layoutRay
2023-03-22slightly optimize Vector3Normalize (#2982)Rico P
2023-02-05Clean trailing spacesRay
2023-02-05some typos reviewRay
2023-02-01ADDED: `Vector2LineAngle()` #2887Ray
2023-01-28fix typo (#2899)Dor Shapira
2023-01-01Update year to 2023Ray
2022-12-18REVIEWED: `Vector2Angle()`Ray
2022-12-17Fix vector2angle (#2832)Antonis Geralis
2022-12-13Fix Vector2Angle() (#2829)Alexander Heinrich
2022-08-02minor tweaksRay
2022-08-02Remove trailing spacesRay
2022-07-29[raymath] Rotation functions returns clockwise rotation matrix, #2595 (#2599)Nikolay Krasheninnikov
2022-07-29Review comments and parameter namesRay
2022-07-26add Vector3RotateByAxisAngle (#2590)Crydsch
2022-07-26fix QuaternionFromMatrix & QuaternionEquals (#2591)hitomi kirigri
2022-07-20Fix Vector3ClampValue and Vector2ClampValue (#2585)George Linkovsky
2022-07-19[CORE] Fix Warnings (#2582)Jeffery Myers
2022-06-14Add wrap (#2522)Pijus
2022-06-14Revert "add wrap function (#2521)"Ray