From f19740af946bd1faa6d364995b72b8a32e2315e3 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 3 Feb 2018 02:01:09 +0000 Subject: many changes --- gui/src/lineTransformer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/src/lineTransformer.cpp') diff --git a/gui/src/lineTransformer.cpp b/gui/src/lineTransformer.cpp index bf237d7..a21d020 100644 --- a/gui/src/lineTransformer.cpp +++ b/gui/src/lineTransformer.cpp @@ -89,7 +89,7 @@ glm::mat4 lineTransformer::getPerspectiveTransformMatrix(const glm::vec2 src[4], p[2][8], p[5][8], 0, 1); } -ofPolyline lineTransformer::polyLineTransform(const ofPolyline& poly, ofMatrix4x4 xform){ +ofPolyline lineTransformer::polyLineTransform(const ofMatrix4x4 xform, const ofPolyline& poly){ ofPolyline tempPoly; for (auto& p:poly){ tempPoly.addVertex(ofVec3f(p)*xform); -- cgit v1.2.3