|
|
fc33e18b4a
|
constexpr fixes
|
2022-03-12 09:03:27 -08:00 |
|
Lioncash
|
9409825ace
|
CQuaternion: Remove unnecessary local in slerp()
We can turn this assignment into a direct return expression, tidying up
the code a little bit.
|
2019-09-20 21:01:17 -04:00 |
|
Lioncash
|
f6854d8e82
|
General: Mark member functions as const where applicable
These don't modify internal member state, so they can be const.
|
2019-09-01 21:53:57 -04:00 |
|
Lioncash
|
dafc850598
|
zeus: Amend inclusions
Trims out unused headers and ensures the necessary includes are
included.
|
2019-09-01 04:30:53 -04:00 |
|
Jack Andersen
|
48073c783b
|
Move some quaternion functions in-header
|
2019-06-14 14:38:56 -10:00 |
|
Jack Andersen
|
c81eb93b6d
|
Better CMake dependency handling
|
2019-06-11 16:04:52 -10:00 |
|
Jack Andersen
|
92733a3bb7
|
Fix some compilation warnings
|
2019-04-06 19:01:22 -10:00 |
|
Jack Andersen
|
b854e76dc9
|
constexpr refactor
|
2019-02-23 21:15:32 -10:00 |
|
Jack Andersen
|
e172225845
|
New code style refactor
|
2018-12-07 19:23:50 -10:00 |
|
Jack Andersen
|
e8dfecbb6e
|
SIMD refactor
|
2018-12-07 15:16:50 -10:00 |
|
Jack Andersen
|
b54121ed9c
|
Various bug fixes
|
2018-06-21 14:33:34 -10:00 |
|
Jack Andersen
|
b438e30060
|
CQuaternion fixes
|
2017-12-15 14:16:40 -10:00 |
|
Jack Andersen
|
b359ff96d0
|
Remove SSELegacy.cpp and add validateCPU()
|
2017-12-11 16:03:39 -10:00 |
|
Jack Andersen
|
de6dc86596
|
Fix CQuaternion::transform and CNUQuaternion
|
2017-11-11 19:13:05 -10:00 |
|
Jack Andersen
|
3d377124c1
|
Implement CQuaternion::angleFrom()
|
2017-10-28 20:21:23 -10:00 |
|
Jack Andersen
|
0e792b213a
|
Minor API tweaks
|
2017-10-14 19:24:17 -10:00 |
|
Jack Andersen
|
13949b249e
|
Additional quaternion functions
|
2017-07-13 19:12:21 -10:00 |
|
Jack Andersen
|
21b0eb15c8
|
Add CQuaternion::slerpShort
|
2017-05-05 19:21:14 -10:00 |
|
Jack Andersen
|
c50a319a39
|
Add CEulerAngles representation
|
2017-03-19 19:06:53 -10:00 |
|
Jack Andersen
|
841e25df42
|
Quaternion assign-multiply fix
|
2016-09-11 12:22:50 -10:00 |
|
|
|
1bba8594d5
|
Proper CRelAngle implementation
|
2016-09-01 12:38:16 -07:00 |
|
Jack Andersen
|
b15e66a710
|
Bulk-run of clang-format
|
2016-07-08 08:42:42 -10:00 |
|
Jack Andersen
|
954978454b
|
Add CAABox::skNullBox
|
2016-04-16 11:49:09 -10:00 |
|
Jack Andersen
|
cfc5d55419
|
Const correctness fixes
|
2016-04-15 17:23:54 -10:00 |
|
Jack Andersen
|
baaca3136b
|
WXYZ quaternion layout
|
2016-04-06 17:39:24 -10:00 |
|
Jack Andersen
|
a76d43d5df
|
Humungous refactor
|
2016-03-04 13:03:26 -10:00 |
|
|
|
dbbd3c76ef
|
Reimplementation
|
2015-10-25 12:31:41 -07:00 |
|
|
|
8012694fc7
|
More reimplementations
Move API to Zeus namespace
|
2015-10-07 17:23:49 -07:00 |
|
|
|
9d657895cb
|
Added COBBox and renamed SBoundingBox to CAABox
Reorganized code
|
2015-08-11 18:41:28 -07:00 |
|