summaryrefslogtreecommitdiffhomepage
path: root/src/raymath.h
AgeCommit message (Expand)Author
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
2021-12-31Update year to 2022raysan5
2021-12-10Reviewed typoRay
2021-12-09Fixed functions Vector2Angle and Vector3Angle (#2203)Andrea Fontana
2021-12-07Fix Vector2Angle() not working as expected (#2196)Jaedeok Kim
2021-12-06TweaksRay
2021-12-06Fix inverse length in Vector2Normalize (#2189)HarriP
2021-12-06Vector2Angle returns degrees instead of radians, but all other raymath (#2193)Steven Schveighoffer
2021-10-12REVIEWED: models resources structureraysan5
2021-10-07Fix dll exports so that raylib builds in visual studio again. (#2037)Jeffery Myers
2021-10-06Remove trailing spacesRay
2021-10-05Review functions specifiersraysan5
2021-10-05REVIEWED: API functions specifiersraysan5
2021-10-03Minor format tweaksRay
2021-10-03WARNING: REVIEWED: Follow a set of conventionsRay
2021-09-27ADDED: Vector3Angle()raysan5
2021-09-21Tweaksraysan5
2021-08-16Remove trailing spacesRay
2021-08-08Replaced TABS by spacesraysan5
2021-07-30REVIEWED: Added new mechanism to avoid data types collision between modules t...raysan5
2021-07-29Reviewed some functions to avoid calling other functionsraysan5
2021-07-29impoves raylib_parser: makes it generic, adds -d key for functions define (RL...iskolbin
2021-07-28Don't normalize zero length vectors. (#1896)Jeffery Myers
2021-07-27REVIEWED: QuaternionFromAxisAngle() #1892raysan5
2021-07-09Minor tweaks and commentsraysan5