sanyaade-g2g-repos / quimeraengine

Automatically exported from code.google.com/p/quimeraengine
0 stars 1 forks source link

Unit Tests: QTransformationMatrix #241

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Implementación de unit tests para las clases:

-QTransformationMatrix 
-QTranslationMatrix

Original issue reported on code.google.com by Lince3D@gmail.com on 1 Feb 2012 at 6:41

GoogleCodeExporter commented 8 years ago
Ahora sólo incluye QTransformationMatrix.

Original comment by Lince3D@gmail.com on 10 Mar 2012 at 12:52

GoogleCodeExporter commented 8 years ago

Original comment by Lince3D@gmail.com on 8 May 2012 at 9:14

GoogleCodeExporter commented 8 years ago

Original comment by Lince3D@gmail.com on 30 May 2012 at 9:41

GoogleCodeExporter commented 8 years ago
- QTEST_CASE_TEMPLATE ( 
Constructor3_ResultIsDifferentDependingOnQuaternionNormalization_Test, 
TQTemplateTypes )
- QTEST_CASE_TEMPLATE ( 
Constructor4_ResultIsDifferentDependingOnQuaternionNormalization_Test, 
TQTemplateTypes )
- TEST_CASE_TEMPLATE ( 
Constructor5_ResultIsDifferentDependingOnQuaternionNormalization_Test, 
TQTemplateTypes )
Documentación: tha -> the

- QTEST_CASE ( Invert_FourthColumnIsJustCopied_Test )
Este test no lo entiendo, ambas matrices son idénticas, no puede fallar ¿no?

- QTEST_CASE_TEMPLATE ( 
Decompose3_TransformationsAreCorrectlyExtractedFromCommonMatrix_Test, 
TQTemplateTypes )
- QTEST_CASE_TEMPLATE ( 
Decompose4_TransformationsAreCorrectlyExtractedFromCommonMatrix_Test, 
TQTemplateTypes )
- QTEST_CASE_TEMPLATE ( 
Decompose5_TransformationsAreCorrectlyExtractedFromCommonMatrix_Test, 
TQTemplateTypes )
- QTEST_CASE_TEMPLATE ( 
Decompose6_TransformationsAreCorrectlyExtractedFromCommonMatrix_Test, 
TQTemplateTypes )
Docu: ans -> and

- QTEST_CASE_TEMPLATE ( 
Initialize_ResultIsDifferentDependingOnQuaternionNormalization_Test, 
TQTemplateTypes )
Docu: tha -> the

Original comment by jwl...@gmail.com on 15 Jun 2012 at 7:44