Developer Documentation
|
#include <OpenFlipper/libs_required/OpenMesh/src/Unittests/unittests_common_customtraits.hh>
Public Member Functions | |
Vec (float x) | |
Vec (float x, float y) | |
Vec (float x, float y, float z) | |
Vec (float x, float y, float z, float w) | |
Vec (Vec< DIM > const &)=default | |
float & | operator[] (int i) |
float | operator[] (int i) const |
Private Attributes | |
std::array< float, DIM > | data |
A Vector class with the absolute minimum of built-in methods to test the interface expected from Vectors used in Traits
Definition at line 11 of file unittests_common_customtraits.hh.