|
Ponca
4a9354998d048bf882a3ee9bac8105216fa08d13
Point Cloud Analysis library
|
Project a point using the primitive projection operator. More...
#include <project.h>
Collaboration diagram for Ponca::DirectProjectionOperator:Public Member Functions | |
| template<ProvidesProjectionOperator ComputeObject> | |
| ComputeObject::VectorType | project (const ComputeObject &_f, const typename ComputeObject::VectorType &_pos) const |
| Project a point using the primitive projection operator. | |
| template<typename ComputeObject > | |
| ComputeObject::VectorType | operator() (const ComputeObject &_f, const typename ComputeObject::VectorType &_pos) const |
| Project a point using the primitive projection operator. | |
|
inline |
Project a point using the primitive projection operator.
| ComputeObject | The fitting object |
| f | The fitting object |
| pos | The position to project |
|
inline |
Project a point using the primitive projection operator.
| ComputeObject | The fitting object |
| f | The fitting object |
| pos | The position to project |