98void icp(
const std::vector< VectorT >& _points1 ,
const std::vector< VectorT >& _points2 , VectorT& _cog1 , VectorT& _cog2 ,
double& _scale1 ,
double& _scale2 , QuaternionT& _rotation );
118void icp(
const std::vector< VectorT >& _points1 ,
const std::vector< VectorT >& _points2 , VectorT& _cog1 , VectorT& _cog2 , QuaternionT& _rotation );