20 QVariant getProperty(Property id) const override; |
20 QVariant getProperty(Property id) const override; |
21 SetPropertyResult setProperty(Property id, const QVariant& value) override; |
21 SetPropertyResult setProperty(Property id, const QVariant& value) override; |
22 QString textRepresentation() const override; |
22 QString textRepresentation() const override; |
23 void getPolygons(std::vector<gl::Polygon>& polygons, GetPolygonsContext* context) const override; |
23 void getPolygons(std::vector<gl::Polygon>& polygons, GetPolygonsContext* context) const override; |
24 void invert() override; |
24 void invert() override; |
|
25 int numPoints() const override; |
|
26 const glm::vec3& getPoint(int index) const override; |
25 glm::vec3 points[3] = {{}}; |
27 glm::vec3 points[3] = {{}}; |
26 }; |
28 }; |
27 |
29 |