![]() |
ROOT
6.06/09
Reference Guide
|
Go to the source code of this file.
Functions | |
template<typename T > | |
void | testNormCross () |
template<typename T , typename U > | |
void | testArrayFunctions () |
template<typename T > | |
void | testIteratorFunctions () |
template<typename T > | |
void | testPoints (T x, T y) |
template<typename T > | |
void | testPlane () |
void | testTMath () |
int | main () |
Variables | |
bool | showVector = true |
int main | ( | ) |
Definition at line 183 of file testTMath.cxx.
void testArrayFunctions | ( | ) |
Definition at line 40 of file testTMath.cxx.
void testIteratorFunctions | ( | ) |
Definition at line 79 of file testTMath.cxx.
void testNormCross | ( | ) |
Definition at line 14 of file testTMath.cxx.
void testPlane | ( | ) |
Definition at line 129 of file testTMath.cxx.
Referenced by RootCsg::point_in_polygon_test_3d().
void testPoints | ( | T | x, |
T | y | ||
) |
Definition at line 117 of file testTMath.cxx.
void testTMath | ( | ) |
Definition at line 143 of file testTMath.cxx.
Referenced by main().
bool showVector = true |
Definition at line 11 of file testTMath.cxx.
Referenced by testArrayFunctions(), and testIteratorFunctions().