
Go to the source code of this file.
Typedefs | |
| typedef FixedVector< 3 > | TestVector3 |
| typedef FixedVector< 5 > | TestVector5 |
Functions | |
| int | main () |
| TEST (testFixedVector, conversions) | |
| TEST (testFixedVector, variable_constructor) | |
| TEST (testFixedVector, equals) | |
| TEST (testFixedVector, static_constructors) | |
Variables | |
| static const double | tol = 1e-9 |
Definition in file testFixedVector.cpp.
| typedef FixedVector<3> TestVector3 |
Definition at line 24 of file testFixedVector.cpp.
| typedef FixedVector<5> TestVector5 |
Definition at line 23 of file testFixedVector.cpp.
| int main | ( | void | ) |
Definition at line 85 of file testFixedVector.cpp.
| TEST | ( | testFixedVector | , |
| conversions | |||
| ) |
Definition at line 29 of file testFixedVector.cpp.
| TEST | ( | testFixedVector | , |
| variable_constructor | |||
| ) |
Definition at line 39 of file testFixedVector.cpp.
| TEST | ( | testFixedVector | , |
| equals | |||
| ) |
Definition at line 47 of file testFixedVector.cpp.
| TEST | ( | testFixedVector | , |
| static_constructors | |||
| ) |
Definition at line 62 of file testFixedVector.cpp.
|
static |
Definition at line 26 of file testFixedVector.cpp.