wmayer
0208608b9e
Base: fix Matrix4D::hasScale
...
* If all column vectors of the 3x3 sub-matrix are equal the function incorrectly claims that it's uniform scaling.
* Detect also non-uniform scaling and if was applied from the left or right side
* Replace the int with an enum and expose it to Python
* Add several new unit tests
2022-02-15 21:05:11 +01:00
wmayer
4c1e479c98
Test: add unit tests for matrices
2022-02-04 14:36:02 +01:00
wmayer
9f29e9e7b2
Test: replace deprecated failUnless with the new assert* functions
2022-02-04 11:38:55 +01:00
wmayer
5583a42c07
Unit test: [skip ci] gimbal lock
2021-10-29 20:02:09 +02:00
wmayer
6197243fa7
Base: Vector3::GetAngle() uses a smaller epsilon
2021-04-06 11:37:35 +02:00
Chris Hennes
6b16e12d7c
[OTHER] Catch only Exception, not BaseException
2021-02-11 11:52:45 +01:00
luz paz
26636dbbad
Test: Fix header uniformity, whitespace, doxygen headers
2020-11-18 08:58:06 +01:00
wmayer
d0a7bcc672
Adjust unit test of deleting a parameter group to new behaviour
2019-10-19 22:38:07 +02:00
luz.paz
165571a851
Mod/Test/BaseTests.py source typo
...
Changed `def testRoation(self):` to ` def testRotation(self):`
Please review.
2018-01-23 13:55:33 +01:00
wmayer
3afac199d0
unit tests for Rotation class
2018-01-01 16:45:33 +01:00
looooo
5e6993a28c
py3: Test: gathering diff of py3-branch
...
ec9dcf7453d44ce21e6ab5e460293006a49e7ccc
2017-03-02 12:46:57 +01:00
Priit Laes
fea91f701b
python: Test: *.py: Fix python3 syntax
2017-03-02 12:46:57 +01:00
wmayer
4ac649d3ec
+ add more unit tests for bounding box
2015-10-19 17:27:55 +02:00
wmayer
f6023d36d2
+ rework BoundingBox class and its Python binding
2015-10-11 00:18:53 +02:00
wmayer
2241f2ad1c
+ fixes #0001364 : Issue 1256 is not actually fixed
2014-01-24 13:54:57 +01:00
wmayer
a7164046b4
0000856: Wrong inverse of a matrix
2012-10-22 16:21:27 +02:00
wmayer
120ca87015
+ unify DLL export defines to namespace names
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00