| 10 | { |
| 11 | |
| 12 | void PointsToMeshProjector::updateMeshData( const Mesh* mesh ) |
| 13 | { |
| 14 | mesh_ = mesh; |
| 15 | } |
| 16 | |
| 17 | void PointsToMeshProjector::findProjections( std::vector<MeshProjectionResult>& result, const std::vector<Vector3f>& points, const AffineXf3f* objXf, const AffineXf3f* refObjXf, float upDistLimitSq, float loDistLimitSq ) |
| 18 | { |
no outgoing calls
no test coverage detected