
Public Member Functions | |
| void | setUp () |
| void | tearDown () |
| void | dot_products () |
| void | cross_products () |
| void | add () |
| void | subtract () |
Private Member Functions | |
| CPPUNIT_TEST_SUITE (Unit_Vectors) | |
| CPPUNIT_TEST (dot_products) | |
| CPPUNIT_TEST (cross_products) | |
| CPPUNIT_TEST (add) | |
| CPPUNIT_TEST (subtract) | |
| CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
| Three_Vector * | mp_x |
| Three_Vector * | mp_y |
| Three_Vector * | mp_z |
Definition at line 27 of file test_Three_Vector.cc.
|
|
Definition at line 67 of file test_Three_Vector.cc. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 59 of file test_Three_Vector.cc. References Vamos_Geometry::Three_Vector::cross(), mp_x, mp_y, and mp_z. |
|
|
Definition at line 51 of file test_Three_Vector.cc. References Vamos_Geometry::Three_Vector::dot(), mp_x, mp_y, and mp_z. |
|
|
Definition at line 40 of file test_Three_Vector.cc. |
|
|
Definition at line 70 of file test_Three_Vector.cc. |
|
|
Definition at line 45 of file test_Three_Vector.cc. |
|
|
Definition at line 35 of file test_Three_Vector.cc. Referenced by add(), cross_products(), dot_products(), setUp(), subtract(), and tearDown(). |
|
|
Definition at line 36 of file test_Three_Vector.cc. Referenced by add(), cross_products(), dot_products(), setUp(), subtract(), and tearDown(). |
|
|
Definition at line 37 of file test_Three_Vector.cc. Referenced by add(), cross_products(), dot_products(), setUp(), subtract(), and tearDown(). |
1.4.6