#include "imesh_transform.h"Go to the source code of this file.
Functions | |
| void | imesh_transform_inplace (imesh_mesh &mesh, const vgl_vector_3d< double > &t) |
| Translate the vertices in place. | |
| void | imesh_transform_inplace (imesh_mesh &mesh, const vgl_rotation_3d< double > &rotation) |
| Rotate the vertices in place. | |
| void | imesh_transform_inplace (imesh_mesh &mesh, const vgl_rotation_3d< double > &rotation, const vgl_vector_3d< double > &t) |
| Rotate and translate the vertices in place. | |
Definition in file imesh_transform.cxx.
| void imesh_transform_inplace | ( | imesh_mesh & | mesh, |
| const vgl_vector_3d< double > & | t | ||
| ) |
Translate the vertices in place.
Definition at line 11 of file imesh_transform.cxx.
| void imesh_transform_inplace | ( | imesh_mesh & | mesh, |
| const vgl_rotation_3d< double > & | rotation | ||
| ) |
Rotate the vertices in place.
Definition at line 26 of file imesh_transform.cxx.
| void imesh_transform_inplace | ( | imesh_mesh & | mesh, |
| const vgl_rotation_3d< double > & | rotation, | ||
| const vgl_vector_3d< double > & | t | ||
| ) |
Rotate and translate the vertices in place.
Definition at line 43 of file imesh_transform.cxx.
1.7.5.1