|
APM:Libraries
|
Public Attributes | |
| Vector3f | v |
| int | section |
| int | inclusive_sections [7] |
| Matrix3f | m |
| float | det |
Definition at line 23 of file test_geodesic_grid.cpp.
| float TestParam::det |
The expected determinant for m.
Definition at line 41 of file test_matrix3.cpp.
| int TestParam::inclusive_sections[7] |
Array terminated with -1. This doesn't have to be touched if section isn't negative. If section is -1, then calling AP_GeodesicGrid::section() with inclusive set as true expects a return value as one of the values in inclusive_sections.
Definition at line 40 of file test_geodesic_grid.cpp.
| Matrix3f TestParam::m |
The matrix for this param.
Definition at line 37 of file test_matrix3.cpp.
| int TestParam::section |
Expected section if when AP_GeodesicGrid::section() is called with inclusive set as false.
Definition at line 33 of file test_geodesic_grid.cpp.
Referenced by GeodesicGridTest::test_triangles_indexes().
| Vector3f TestParam::v |
Vector to be tested.
Definition at line 28 of file test_geodesic_grid.cpp.
Referenced by section_triangle(), and GeodesicGridTest::test_triangles_indexes().
1.8.13