aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/math_util.h
AgeCommit message (Expand)Author
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
2022-03-24hle: nvflinger: Merge Rect with Common::Rectangle.bunnei
2021-11-16Video Core: fix building for GCC.Fernando Sahmkow
2020-10-21core: Fix clang build pt.3Lioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-20Merge pull request #4796 from lioncash/clangLC
2020-10-17core: Fix clang buildLioncash
2020-10-15input_common/CMakeLists: Make some warnings errorsLioncash
2020-09-02input_common/motion_input: Make use of Common::PI constantMorph
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash
2020-08-13General: Tidy up clang-format warnings part 2Lioncash
2020-02-28common/math_util: Support float type rectanglesReinUsesLisp
2019-05-31common/math_util: Provide a template deduction guide for Common::RectangleLioncash
2019-02-27common/math_util: Move contents into the Common namespaceLioncash
2018-11-21common/math_util: Simplify std::make_signed usages to std::make_signed_tLioncash
2018-11-21common/math_util: Make Rectangle's constructors constexprLioncash
2018-11-21common/math_util: Remove unnecessary static from PILioncash
2018-11-21common/math_util: Remove unused IntervalsIntersect() functionLioncash
2018-08-02math_util: Always initialize members of RectangleLioncash
2018-04-20math_util: Remove the Clamp() functionLioncash
2016-12-26MathUtil: add PI constantwwylele
2016-11-12Round the rectangle size to prevent float to int casting issuesJames Rowe
2016-11-05Add default hotkey to swap primary screens.James Rowe
2016-11-05Rework frame layouts to use a max rectangle instead of hardcoded calculationsJames Rowe
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-06-08Render-to-texture flush, interval math fixtfarley
2015-05-22OpenGL renderertfarley
2015-05-14Common: Remove unused cruft from math_util, and remove a duplicated Rect clas...Emmanuel Gil Peyrot
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2014-12-20License changepurpasmart96
2014-11-18MathUtil: Make Rectangle work with unsigned types.Tony Wasserka
2014-08-19Common: Add a clamp function to math_utils.hLioncash
2014-08-17Common: Move header guards over to pragma onceLioncash
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei