This class is used to update vertex position according to a transformation matrix. More...
#include <position.h>
Public Types | |
typedef VERTEX_CONTAINER::value_type::ScalarType | ScalarType |
typedef VERTEX_CONTAINER::iterator | VertexIterator |
Static Public Member Functions | |
static void | Matrix (VERTEX_CONTAINER &vert, const Matrix44< ScalarType > &mm) |
Multiply. |
This class is used to update vertex position according to a transformation matrix.
Definition at line 43 of file vertexmesh/update/position.h.
typedef VERTEX_CONTAINER::value_type::ScalarType vcg::vrt::UpdatePositionBase< VERTEX_CONTAINER >::ScalarType |
Definition at line 47 of file vertexmesh/update/position.h.