diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-01-31 01:30:24 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-01-31 01:30:24 +0000 |
| commit | 2b6c19dd192b07fe5980f667e26015da51c3106d (patch) | |
| tree | 0677f035268f251ba15a46ba36548ac073ac8c15 /polyTest | |
| parent | b7f80bdefd3c639307043787860ff1cbd01f4573 (diff) | |
much progress
Diffstat (limited to 'polyTest')
| -rw-r--r-- | polyTest/src/ofApp.h | 1 |
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); |
