ldtypes.h

changeset 40
215b9f8f0cd7
parent 39
110669124caf
child 43
85b24285a8c7
equal deleted inserted replaced
39:110669124caf 40:215b9f8f0cd7
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 //

mercurial