start testing levmarq use

This commit is contained in:
Jonathan Bosson
2017-04-14 12:02:11 -06:00
parent 626c39b62e
commit 3635bbcefc
3 changed files with 47 additions and 69 deletions

View File

@@ -87,6 +87,8 @@ struct FunctionData {
double aspectRatio;
double* measurements;
int nDOF;
glm::dvec2(*toScreen)(glm::dvec3, Camera*, SceneGraphNode*, double);
glm::dvec3(*toSurface)(glm::dvec2, Camera*, SceneGraphNode*, double);
};
using Point = std::pair<int, TUIO::TuioPoint>;