summaryrefslogtreecommitdiff
path: root/polyTest/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyTest/src/ofApp.h')
-rw-r--r--polyTest/src/ofApp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/polyTest/src/ofApp.h b/polyTest/src/ofApp.h
index 121d25f..5d2f07e 100644
--- a/polyTest/src/ofApp.h
+++ b/polyTest/src/ofApp.h
@@ -29,6 +29,7 @@ class ofApp : public ofBaseApp{
void gotMessage(ofMessage msg);
void drawframe();
+
void gaussianElimination(float * input, int n);
glm::mat4 getPerspectiveTransformMatrix(const glm::vec2 src[4], const glm::vec2 dst[4]);
ofPolyline polyLineTransform(const ofPolyline& poly, ofMatrix4x4 xform);