Exemplo n.º 1
0
/*!
  Initialization.
  Set the default \f${^c}{\bf M}_e\f$ transformation.

*/
void
vpBiclops::init ()
{
  dh_model_ = DH1;
  set_cMe();
  return ;
}
Exemplo n.º 2
0
/*!
  Initialization.
  Set the default \f${^c}{\bf M}_e\f$ transformation.

*/
void
vpBiclops::init ()
{
  set_cMe();
  return ;
}