src/ldtypes.h

changeset 506
525f6c48db83
parent 504
6a1fa662bfc1
child 516
d3373bc7ca3b
equal deleted inserted replaced
505:a01482cdf8a7 506:525f6c48db83
383 LDOBJ_SCEMANTIC 383 LDOBJ_SCEMANTIC
384 LDOBJ_NO_MATRIX 384 LDOBJ_NO_MATRIX
385 385
386 public: 386 public:
387 LDQuad() {} 387 LDQuad() {}
388 LDQuad (const vertex& v0, const vertex& v1, const vertex& v2, const vertex& v3);
388 389
389 // Split this quad into two triangles (note: heap-allocated) 390 // Split this quad into two triangles (note: heap-allocated)
390 QList<LDTriangle*> splitToTriangles(); 391 QList<LDTriangle*> splitToTriangles();
391 }; 392 };
392 393

mercurial