10 LDCircularPrimitive() = default; |
10 LDCircularPrimitive() = default; |
11 LDCircularPrimitive( |
11 LDCircularPrimitive( |
12 PrimitiveModel::Type type, |
12 PrimitiveModel::Type type, |
13 int segments, |
13 int segments, |
14 int divisions, |
14 int divisions, |
15 const Matrix& transformationMatrix, |
15 const QMatrix4x4& matrix |
16 const Vertex& position |
|
17 ); |
16 ); |
18 |
17 |
19 LDObjectType type() const override; |
18 LDObjectType type() const override; |
20 QString asText() const override; |
19 QString asText() const override; |
21 void getVertices(DocumentManager *context, QSet<Vertex>& verts) const override; |
20 void getVertices(DocumentManager *context, QSet<Vertex>& verts) const override; |