We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49942e9 commit 241131dCopy full SHA for 241131d
libs/openFrameworks/graphics/ofPolyline.h
@@ -7,6 +7,10 @@
7
#include "glm/fwd.hpp"
8
#include <deque>
9
10
+#include "ofVec2f.h"
11
+#include "ofVec3f.h"
12
+#include "ofVec4f.h"
13
+
14
/// \file
15
/// ofPolyLine allows you to combine multiple points into a single vector data
16
/// object that can be drawn to the screen, manipulated point by point, and
0 commit comments