| Commit | Date | |
|---|---|---|
| 2014-03-18 05:07:27 | Tree | |
| 2014-02-27 05:52:55 | Tree | |
|
[r400]
by
nchaumon
Reverting to 365, when almost all the sumulations worked, and before the big debugging/test attempt. |
2014-02-27 05:38:30 | Tree |
|
[r399]
by
nchaumon
Removing test_EulerAngleCompliant from core/tests as it is a virtual type and can't be tested without being derived to a concrete class. |
2014-02-27 05:22:41 | Tree |
|
[r398]
by
nchaumon
Added a list of functions to test in matrix44 in the main test function. Added a naive function to test matrix multiplication. Added a const version of Matrix44::operator(). Replaced some assert functions with EVO_assert in matrix44::operator(). |
2014-02-21 22:59:43 | Tree |
|
[r397]
by
nchaumon
Added incomplte version od EVO_assert hat can be used as assert in the code and tested in BOOST.UnitTest. Completed the tests of EVO::math::Quaternion. |
2014-01-13 08:45:25 | Tree |
|
[r396]
by
nchaumon
Added tests for Vector3 and Quaternion. Added _TEST_ preprocessor directive to switch between assert or special AssertException throw that canbe caught by Boost::Unit_test if assert brakes. |
2013-12-20 03:54:36 | Tree |
| 2013-12-10 07:45:06 | Tree | |
|
[r394]
by
nchaumon
Added 2 Vector3 operators: addition and subtraction by a scalar. Completed the first version of tests for Vector3d. |
2013-12-05 08:23:56 | Tree |
|
[r393]
by
nchaumon
Removed functions Vector3::Operator*=(Vector3) and operator/=(Vector3) because their behavior was inconsistent with that of the rest of the other operators. Added tests for Vector3::Operator*= and /= that take a scalar as a parameter, not a vector. |
2013-12-05 06:06:41 | Tree |