index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
math_util.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common/math_util: Simplify std::make_signed usages to std::make_signed_t
Lioncash
2018-11-21
1
-2
/
+2
*
common/math_util: Make Rectangle's constructors constexpr
Lioncash
2018-11-21
1
-2
/
+2
*
common/math_util: Remove unnecessary static from PI
Lioncash
2018-11-21
1
-1
/
+1
*
common/math_util: Remove unused IntervalsIntersect() function
Lioncash
2018-11-21
1
-6
/
+0
*
math_util: Always initialize members of Rectangle
Lioncash
2018-08-02
1
-5
/
+5
*
math_util: Remove the Clamp() function
Lioncash
2018-04-20
1
-5
/
+0
*
MathUtil: add PI constant
wwylele
2016-12-26
1
-0
/
+2
*
Round the rectangle size to prevent float to int casting issues
James Rowe
2016-11-12
1
-2
/
+2
*
Add default hotkey to swap primary screens.
James Rowe
2016-11-05
1
-4
/
+2
*
Rework frame layouts to use a max rectangle instead of hardcoded calculations
James Rowe
2016-11-05
1
-0
/
+12
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-14
/
+19
*
Render-to-texture flush, interval math fix
tfarley
2015-06-09
1
-1
/
+1
*
OpenGL renderer
tfarley
2015-05-23
1
-0
/
+4
*
Common: Remove unused cruft from math_util, and remove a duplicated Rect class in common_types.
Emmanuel Gil Peyrot
2015-05-14
1
-171
/
+3
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+1
*
License change
purpasmart96
2014-12-21
1
-2
/
+2
*
MathUtil: Make Rectangle work with unsigned types.
Tony Wasserka
2014-11-18
1
-4
/
+5
*
Common: Add a clamp function to math_utils.h
Lioncash
2014-08-19
1
-0
/
+7
*
Common: Move header guards over to pragma once
Lioncash
2014-08-17
1
-5
/
+1
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-1
/
+1
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+200