Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
VectorT Class Reference

#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
 

Detailed Description

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.


The documentation for this class was generated from the following file: