Lioncash
d77dd63f7a
vector_math: Use variable template version of is_signed in Vec classes
...
Same behavior, less code
2018-08-08 15:53:42 -04:00
Lioncash
b96c2669d5
vector_math: Remove unimplemented function prototypes
2018-08-07 21:33:48 -04:00
Lioncash
f98d7ca9e2
vector_math: Make functions constexpr where applicable
2018-08-07 21:32:05 -04:00
Lioncash
97f3253665
vector_math: Convert typedefs to type aliases
2018-08-07 21:15:10 -04:00
Lioncash
0f63dfa721
vector_math: Ensure members are always initialized
...
Ensures that values are always in a well-defined state.
2018-05-01 21:25:25 -04:00
Lioncash
527796e9bd
vector_math: Remove AsArray() and Write() functions from Vec[2,3,4]
...
These are all unused and the Write() ones should arguably not even be in the interface. There are better ways to provide this if we ever need it (like iterators).
2018-04-19 22:58:24 -04:00
Huw Pascoe
40a7357877
Fixed type conversion ambiguity
2017-09-30 09:34:35 +01:00
Subv
00afbdecaa
Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types.
...
It is unlikely we will ever use this without first doing a Cast to a signed type.
Fixes 9 "unary minus operator applied to unsigned type, result still unsigned" warnings on MSVC2017.3
2017-09-27 09:06:41 -05:00
wwylele
81da1555bb
vector_math: remove dead template parameter
2017-07-11 20:08:56 +03:00
wwylele
680e67f61e
vector_math: remove broken SFINAE stuff
...
this was originally added to eliminate warnings on MSVC, but it doesn't work for custom types.
2017-07-11 19:51:29 +03:00
Subv
ea81f6ef38
SwRasterizer: Flip the vertex quaternions before clipping (if necessary).
2017-07-11 19:39:15 +03:00
wwylele
eba689e736
pica/swrasterizer: implement procedural texture
2017-05-20 13:50:50 +03:00
wwylele
3a3aac1bf3
vector math: add implementation of Length and Normalize
2016-12-26 10:41:26 +02:00
Yuri Kunde Schlesner
194ec99aa3
Common: Remove dangerous Vec[234] array constructors
...
They're not currently used, and it's easy to accidentally pass a single
pointer argument to them, causing an out-of-bounds read.
2016-09-29 21:11:36 -07:00
Yuri Kunde Schlesner
0e23caf9fd
Manually tweak source formatting and then re-run clang-format
2016-09-18 21:14:25 -07:00
Emmanuel Gil Peyrot
7e8d205414
Sources: Run clang-format on everything.
2016-09-18 09:38:01 +09:00
Lioncash
0c83775827
vector_math: Add missing member in Vec4's SetZero function
2016-03-18 01:49:34 -04:00
wwylele
8b6d444dd1
fix failure on gcc and clang
2015-11-12 20:39:30 +02:00
wwylele
3b7cbb25e3
disable unary minus when the type is not signed
...
silent warning C4146 on msvc
2015-11-12 20:39:28 +02:00
archshift
5df2d1b5f7
Move video_core/math.h to common/vector_math.h
...
The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core.
2015-05-30 11:17:36 -07:00