I tried to take a look at the source, and locally I have a ofPolyline.cpp file (of_v0.9.3_linux64_release/libs/openFrameworks/graphics/ofPolyline.cpp), but I can’t seem to find this file in the Github repo?
The documentation in the web refers to the current official version. In the repo ofVec* is now deprecated and is recomended to use glm::vec* instead.
ofPolyline is now templated (that’s why there’s no cpp) and by default uses glm::vec3.but you can also create a polyline of glm::vec2 or ofVec2f using: