168 // ============================================================================= |
168 // ============================================================================= |
169 class LDCondLine : public LDLine { |
169 class LDCondLine : public LDLine { |
170 public: |
170 public: |
171 IMPLEMENT_LDTYPE (CondLine) |
171 IMPLEMENT_LDTYPE (CondLine) |
172 |
172 |
173 vertex vaControl[2]; // Control points |
173 short dColor; // Color of this line |
|
174 vertex vaCoords[4]; // End points + control points of this line |
174 }; |
175 }; |
175 |
176 |
176 // ============================================================================= |
177 // ============================================================================= |
177 // LDTriangle |
178 // LDTriangle |
178 // |
179 // |