APM:Libraries
Public Attributes | List of all members
TestParam Class Reference
Collaboration diagram for TestParam:
[legend]

Public Attributes

Vector3f v
 
int section
 
int inclusive_sections [7]
 
Matrix3f m
 
float det
 

Detailed Description

Definition at line 23 of file test_geodesic_grid.cpp.

Member Data Documentation

◆ det

float TestParam::det

The expected determinant for m.

Definition at line 41 of file test_matrix3.cpp.

◆ inclusive_sections

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.

◆ m

Matrix3f TestParam::m

The matrix for this param.

Definition at line 37 of file test_matrix3.cpp.

◆ section

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().

◆ v

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().


The documentation for this class was generated from the following files: