summaryrefslogtreecommitdiffhomepage
path: root/src/raymath.h
AgeCommit message (Expand)Author
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
2022-06-14add wrap function (#2521)Pijus
2022-05-05Remove line ending spacesRay
2022-04-24Removed bool type from raymath, it broke raylibRay
2022-04-23Update raymath.hRay
2022-04-23Review new functions formattingRay
2022-04-23Augment raymath.h with useful functions (#2428)saccharineboi
2022-03-30Fix QuaternionScale (#2419)Satoshi Tanaka
2022-03-28Merge branch 'master' of https://github.com/raysan5/raylibRay
2022-03-28REMOVED: `MatrixNormalize()` #2412Ray
2022-03-26Corrected typoRay
2022-03-20REVIEWED: Avoid some float -> double promotionsRay
2022-03-09Vector2/Vector3: Add squared distance. (#2376)Anilforextra
2022-02-13Optimize `Vector2Rotate()` function (#2340)Jaedeok Kim
2022-01-31simplify QuaternionInvert (#2324)megagrump
2022-01-15REVIEWED: `Vector2Transform(()`Ray
2022-01-15ADDED: `Vector2Transform()`Ray