index
:
raylib
2.6
UWP
fix_build.zig
master
sdl-gles-fix
A simple and easy-to-use library to enjoy videogames programming
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
raymath.h
Age
Commit message (
Expand
)
Author
2023-11-28
Hide 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-10
Hotfix 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-17
general syntax fixes (#3319)
Brian E
2023-08-27
Formating review
Ray
2023-08-26
Add Vector3 Projecting and Rejection to Raymath (#3263)
Ethan Simpson
2023-08-10
Review tabs and trail-spaces
Ray
2023-07-10
Reviewed parameter names to avoid issues #3159
Ray
2023-07-04
REVIEWED: `Vector2Angle()`
Ray
2023-07-02
Reviewed vector2angle example
Ray
2023-07-02
WARNING: REDESIGN: `Vector2Angle()`<-->`Vector2LineAngle()` #2887
Ray
2023-05-08
Remove trailing spaces
Ray
2023-05-02
ADDED: Comment to clarify raymath semantics
Ray
2023-05-02
ADDED: Comment about Matrix conventions
Ray
2023-05-01
REVIEWED: Modules description layout
Ray
2023-03-22
slightly optimize Vector3Normalize (#2982)
Rico P
2023-02-05
Clean trailing spaces
Ray
2023-02-05
some typos review
Ray
2023-02-01
ADDED: `Vector2LineAngle()` #2887
Ray
2023-01-28
fix typo (#2899)
Dor Shapira
2023-01-01
Update year to 2023
Ray
2022-12-18
REVIEWED: `Vector2Angle()`
Ray
2022-12-17
Fix vector2angle (#2832)
Antonis Geralis
2022-12-13
Fix Vector2Angle() (#2829)
Alexander Heinrich
2022-08-02
minor tweaks
Ray
2022-08-02
Remove trailing spaces
Ray
2022-07-29
[raymath] Rotation functions returns clockwise rotation matrix, #2595 (#2599)
Nikolay Krasheninnikov
2022-07-29
Review comments and parameter names
Ray
2022-07-26
add Vector3RotateByAxisAngle (#2590)
Crydsch
2022-07-26
fix QuaternionFromMatrix & QuaternionEquals (#2591)
hitomi kirigri
2022-07-20
Fix Vector3ClampValue and Vector2ClampValue (#2585)
George Linkovsky
2022-07-19
[CORE] Fix Warnings (#2582)
Jeffery Myers
2022-06-14
Add wrap (#2522)
Pijus
2022-06-14
Revert "add wrap function (#2521)"
Ray
2022-06-14
add wrap function (#2521)
Pijus
2022-05-05
Remove line ending spaces
Ray
2022-04-24
Removed bool type from raymath, it broke raylib
Ray
2022-04-23
Update raymath.h
Ray
2022-04-23
Review new functions formatting
Ray
2022-04-23
Augment raymath.h with useful functions (#2428)
saccharineboi
2022-03-30
Fix QuaternionScale (#2419)
Satoshi Tanaka
2022-03-28
Merge branch 'master' of https://github.com/raysan5/raylib
Ray
2022-03-28
REMOVED: `MatrixNormalize()` #2412
Ray
2022-03-26
Corrected typo
Ray
2022-03-20
REVIEWED: Avoid some float -> double promotions
Ray
2022-03-09
Vector2/Vector3: Add squared distance. (#2376)
Anilforextra
2022-02-13
Optimize `Vector2Rotate()` function (#2340)
Jaedeok Kim
2022-01-31
simplify QuaternionInvert (#2324)
megagrump
2022-01-15
REVIEWED: `Vector2Transform(()`
Ray
[next]