TAMSVIZ
Visualization and annotation tool for ROS
|
Public Member Functions | |
MeshData & | computeNormals () |
template<class T > | |
MeshData & | transform (const T &transform) |
MeshData & | append (const MeshData &other) |
MeshData & | translate (const Eigen::Vector3f &v) |
MeshData & | operator+= (const MeshData &other) |
MeshData & | translate (float x, float y, float z) |
MeshData & | scale (const Eigen::Vector3f &v) |
MeshData & | scale (float x, float y, float z) |
MeshData & | scale (float s) |
MeshData & | rotate (float angle, const Eigen::Vector3f &axis) |
MeshData & | colorize (const Eigen::Vector4f &color) |
MeshData & | colorize (float r, float g, float b, float a=1.0f) |