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
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
2022-01-15
ADDED: `Vector2Transform()`
Ray
2021-12-31
Update year to 2022
raysan5
2021-12-10
Reviewed typo
Ray
2021-12-09
Fixed functions Vector2Angle and Vector3Angle (#2203)
Andrea Fontana
2021-12-07
Fix Vector2Angle() not working as expected (#2196)
Jaedeok Kim
2021-12-06
Tweaks
Ray
2021-12-06
Fix inverse length in Vector2Normalize (#2189)
HarriP
2021-12-06
Vector2Angle returns degrees instead of radians, but all other raymath (#2193)
Steven Schveighoffer
2021-10-12
REVIEWED: models resources structure
raysan5
2021-10-07
Fix dll exports so that raylib builds in visual studio again. (#2037)
Jeffery Myers
2021-10-06
Remove trailing spaces
Ray
2021-10-05
Review functions specifiers
raysan5
2021-10-05
REVIEWED: API functions specifiers
raysan5
2021-10-03
Minor format tweaks
Ray
2021-10-03
WARNING: REVIEWED: Follow a set of conventions
Ray
2021-09-27
ADDED: Vector3Angle()
raysan5
2021-09-21
Tweaks
raysan5
2021-08-16
Remove trailing spaces
Ray
2021-08-08
Replaced TABS by spaces
raysan5
2021-07-30
REVIEWED: Added new mechanism to avoid data types collision between modules t...
raysan5
2021-07-29
Reviewed some functions to avoid calling other functions
raysan5
2021-07-29
impoves raylib_parser: makes it generic, adds -d key for functions define (RL...
iskolbin
2021-07-28
Don't normalize zero length vectors. (#1896)
Jeffery Myers
2021-07-27
REVIEWED: QuaternionFromAxisAngle() #1892
raysan5
2021-07-09
Minor tweaks and comments
raysan5
[next]