Functions
contrib/brl/bbas/imesh/algo/imesh_transform.cxx File Reference
#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.

Detailed Description

Definition in file imesh_transform.cxx.


Function Documentation

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.