From 2b6c19dd192b07fe5980f667e26015da51c3106d Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 31 Jan 2018 01:30:24 +0000 Subject: much progress --- polyTest/src/ofApp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'polyTest/src') 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); -- cgit v1.2.3