diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-02-03 02:01:09 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-02-03 02:01:09 +0000 |
| commit | f19740af946bd1faa6d364995b72b8a32e2315e3 (patch) | |
| tree | fce87902192f5d6861e68c65116e52a031401525 /gui/src/lineTransformer.h | |
| parent | 645e8c6007bdacaf2f37019d871ce9d3281a280d (diff) | |
many changes
Diffstat (limited to 'gui/src/lineTransformer.h')
| -rw-r--r-- | gui/src/lineTransformer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/lineTransformer.h b/gui/src/lineTransformer.h index 8268b81..54424d0 100644 --- a/gui/src/lineTransformer.h +++ b/gui/src/lineTransformer.h @@ -10,7 +10,7 @@ class lineTransformer { void static drawWarpFrame(glm::vec2 warpframe[4]); void static gaussianElimination(float * input, int n); glm::mat4 static getPerspectiveTransformMatrix(const glm::vec2 src[4], const glm::vec2 dst[4]); - ofPolyline static polyLineTransform(const ofPolyline& poly, ofMatrix4x4 xform); + ofPolyline static polyLineTransform(const ofMatrix4x4 xform,const ofPolyline& poly); ofPolyline static makePolygon(int num,float diam); void static drawPoly(ofPolyline poly,float x,float y); |
