Developer Documentation
|
#include <OpenMesh/Core/Math/VectorT.hh>
Public Member Functions | |
template<> | |
VectorT< float, 3 > | operator% (const VectorT< float, 3 > &_rhs) const |
template<> | |
VectorT< double, 3 > | operator% (const VectorT< double, 3 > &_rhs) const |
template<> | |
VectorT< float, 3 > | operator% (const VectorT< float, 3 > &_rhs) const |
template<> | |
VectorT< double, 3 > | operator% (const VectorT< double, 3 > &_rhs) const |
template<> | |
VectorT< float, 3 > | operator% (const VectorT< float, 3 > &_rhs) const |
template<> | |
VectorT< double, 3 > | operator% (const VectorT< double, 3 > &_rhs) const |
A vector is an array of <N> values of type <Scalar>. The actual data is stored in an VectorDataT, this class just adds the necessary operators.