| 
    KiCad PCB EDA Suite
    
   | 
 
Go to the source code of this file.
Functions | |
| BOOST_TEST (v1.Cross(v2)==VECTOR3I(-2, 4, -2)) | |
| VECTOR3I | v2 (2, 2, 2) | 
| BOOST_TEST (v1==v3) = 5 | |
| BOOST_TEST (v1 !=v2) | |
Variables | |
| VECTOR3I | v2 (2, 1, 0) | 
| Test suite for KiCad math code.   | |
| VECTOR3I | v3 (1, 1, 1) | 
| v1 = 5 | |
| VECTOR3I v2 | ( | 2 | , | 
| 2 | , | ||
| 2 | ) | 
| v1 = 5 | 
Definition at line 77 of file test_vector3.cpp.
| VECTOR3I v2(2, 2, 2) | ( | 2 | , | 
| 1 | , | ||
| 0 | ) | 
Test suite for KiCad math code.
Declare the test suite
| VECTOR3I v3(1, 1, 1) | ( | 1 | , | 
| 1 | , | ||
| 1 | ) |