aboutsummaryrefslogtreecommitdiff
path: root/src/raymath.h
AgeCommit message (Expand)Author
2018-07-02Added Quaternion typedefRay
2018-06-30Added function: Vector3RotateByQuaternion()Ray
2018-05-28fabsf() not working with TCCRay
2018-04-30Implemented MeshTangents()raysan5
2018-04-11raymath: Workaround tcc inline function limitationAhmad Fatoum
2018-03-16Complete review of raymath for API consistencyRay
2018-03-15Reviewed raymath changesRay
2018-02-24raymath.h: Use C99 inline semanticsAhmad Fatoum
2018-02-24Make MatrixToFloat and Vector3ToFloat reentrantAhmad Fatoum
2018-02-24Revert "raymath.h: Use C99 inline semantics"Ahmad Fatoum
2018-02-24raymath.h: Use C99 inline semanticsAhmad Fatoum
2018-02-24Make MatrixToFloat and Vector3ToFloat reentrantAhmad Fatoum
2017-12-15Manually review previous PRRay San
2017-12-14optimized matrixrotate function by removing identity matrixuser
2017-12-14make raymath compiling with msvc in c++ modeuser
2017-12-04Moved QuaternionNlerp() functionRay San
2017-08-23Fix typo in raymath.hMichael Campagnaro
2017-07-28Added Vector3MultiplyV()Ray
2017-07-23Corrected issue on QuaternionFromVector3ToVector3()raysan5
2017-07-23Implemented some changesraysan5
2017-07-22Renamed Vector*() functions to Vector3*()raysan5
2017-07-22Corrected bug on MatrixPerspective()raysan5
2017-07-21Some tweaks raymath relatedraysan5
2017-07-21Complete review of raymathraysan5
2017-07-21Moved some functions to raymathraysan5
2017-07-21MatrixPerspective() angle required in radiansraysan5
2017-06-29Fix some other typosWilhem Barbier
2017-06-29Fix some typos in raymath.hWilhem Barbier
2017-06-05Added note about transposingraysan5
2017-06-05Added note about transposingraysan5
2017-05-04Return angles as degreesRay
2017-05-04Added two new functions to raymathRay
2017-04-16Added Vector2 math functionsraysan5
2017-03-20Review some commentsRay
2017-02-16Improved modules description -IN PROGRESS-Ray
2017-01-05Lattest PR reviewraysan5
2017-01-02Added RaycastMesh function and example test caseJoel Davis
2016-12-05Corrected some warningsRay
2016-06-11Corrected keywords usageraysan5
2016-06-02Added functions to customize internal matrixraysan5
2016-06-02Remove useless stuffraysan5
2016-05-31Review text formatting (spacing, tabs...)raysan5
2016-05-12Added QuaternionInvert()raysan5
2016-03-02Review rlglUnproject() systemraysan5
2016-02-02Functions parameters reorganize: Axis and AngleRay
2016-01-25Added bounding box calculationraysan5
2016-01-21Corrected bugraysan5
2016-01-20Adapted raymath as single header libraryraysan5
2016-01-19standalone raymathJoshua Reisenauer
2016-01-11Review Light/Material systemraysan5