Commit Graph

137 Commits

Author SHA1 Message Date
Jack Andersen 7aa5ccf0c7 Invert logic on CAABox::intersects 2016-08-13 09:35:41 -10:00
Phillip Stephens c1d5449124 Add static ReadBoundingBoxBig 2016-07-31 12:24:44 -07:00
Phillip Stephens 08d2925689 Add sphere->frustum and point->frustum intersection tests 2016-07-26 13:13:26 -07:00
Jack Andersen b6a1241678 Add CPlane::pointToPlaneDistance 2016-07-25 12:51:29 -10:00
Jack Andersen bf9404811c Merge commit 'b8c7' 2016-07-20 19:20:12 -10:00
Jack Andersen b8c7ac0387 Add missing include 2016-07-20 19:19:57 -10:00
Jack Andersen 1f3d3cf22a Merge pull request #4 from AxioDL/reformat
Bulk-run of clang-format
2016-07-08 08:53:22 -10:00
Jack Andersen b15e66a710 Bulk-run of clang-format 2016-07-08 08:42:42 -10:00
Phillip Stephens 68f9380d86 OS X < 10.11 fix 2016-07-05 14:49:05 -07:00
Phillip Stephens 8f82cdaaab Fix compiling on OS X 2016-07-05 08:27:17 -07:00
Jack Andersen 25da88baad Windows compile fixes 2016-07-04 15:45:22 -10:00
Jack Andersen 7d8796a676 Proper return type 2016-07-04 12:50:00 -10:00
Jack Andersen e3ce2fde12 Merge branch 'master' of https://github.com/AxioDL/zeus 2016-07-04 12:48:04 -10:00
Jack Andersen e7a9c6a66b alternate matrix transpose code-path for pre-SSE4.1 2016-07-04 15:41:17 -07:00
Jack Andersen 3925f8509e alternate matrix transpose code-path for pre-SSE4.1 2016-07-04 12:28:59 -10:00
Phillip Stephens 68b5c47e25 Implement unimplemented COBBox constructor 2016-06-25 18:11:55 -07:00
Phillip 978b882449 Fix MSVC Name Squatting 2016-05-20 19:59:26 -07:00
Phillip Stephens 5e2fcf5ac9 Merge branch 'master' of https://github.com/AxioDL/zeus 2016-05-03 01:15:19 -07:00
Phillip Stephens 56349d1af7 Fix kLeftVec definition 2016-05-03 01:15:01 -07:00
Jack Andersen fc072f8238 Merge branch 'master' of https://github.com/AxioDL/zeus 2016-05-02 15:18:00 -10:00
Jack Andersen 5aa0ff84f8 Const correctness fix 2016-05-02 15:17:40 -10:00
Phillip Stephens c36927076c Remove m_ from all non-private members 2016-04-29 01:44:58 -07:00
Phillip Stephens 48b0aa4601 Rename COBBox members to be consistent 2016-04-26 19:39:56 -07:00
Phillip Stephens ac98ebf428 Various fixes and implementations 2016-04-26 03:36:44 -07:00
Phillip Stephens 7af2c491da Finish CMRay
Unify paths
2016-04-25 00:30:35 -07:00
Jack Andersen ac44f808ce Add static stream reader for vector 2016-04-24 19:03:05 -10:00
Jack Andersen 0c968842ae Add RowMajor matrix reader 2016-04-18 14:17:19 -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 e284c2de31 Order-of-operations optimization with degrees/radians conversion 2016-04-14 17:00:51 -10:00
Jack Andersen 69b384e48c Const correctness on some CAABox methods 2016-04-14 11:42:16 -10:00
Jack Andersen d84d38a1a3 Add scale matrix constructor 2016-04-13 13:06:50 -10:00
Jack Andersen f17f2371bf add CMatrix3f::addScaledMatrix 2016-04-12 12:27:38 -10:00
Jack Andersen 286d098ecb Proper SFINAE usage on PopCount 2016-04-09 13:18:46 -10:00
Jack Andersen eb2968304b More stable Matrix->Quat constructor 2016-04-08 14:00:48 -10:00
Jack Andersen 5aae3cdbc6 Merge branch 'master' of https://github.com/AxioDL/zeus 2016-04-07 17:36:21 -10:00
Jack Andersen c16f25db09 Add matrix to quaternion constructor 2016-04-07 17:35:16 -10:00
Jack Andersen 4dea46aa65 Fix CQuaternion subscript bug 2016-04-07 16:39:36 -10:00
Jack Andersen baaca3136b WXYZ quaternion layout 2016-04-06 17:39:24 -10:00
Jack Andersen 65a49aca92 Non-inverted lookAt implementation 2016-04-04 15:50:27 -10:00
Jack Andersen 9762710b85 Add color self-clamp 2016-04-03 19:01:27 -10:00
Jack Andersen 1f7088e5eb Proper CTransform::multiplyIgnoreTranslation return value 2016-03-30 20:18:05 -10:00
Jack Andersen f9f432be97 Unnecessary const qualification 2016-03-15 13:23:07 -10:00
Jack Andersen 33c357ecc6 ZE_ATHENA_TYPES readers are now explicit-endian 2016-03-13 14:57:31 -10:00
Jack Andersen 8154c82d78 made CTransform::rotate a const transform func only 2016-03-10 14:22:22 -10:00
Jack Andersen b721e09ef5 CTransform::orthonormalize added 2016-03-09 17:47:01 -10:00
Jack Andersen a76d43d5df Humungous refactor 2016-03-04 13:03:26 -10:00
Phillip Stephens cd28979d0a Add TVectorUnion constructor for static init 2016-02-23 20:48:42 -08:00
Phillip Stephens 4b920754e9 Merge commit '17f1' 2016-02-23 20:43:05 -08:00
Phillip Stephens 17f1cda1c0 Use CVector4f instead of atVec4f 2016-02-23 20:40:14 -08:00