src/types.h

changeset 617
f5059d144438
parent 610
f8244301110d
child 622
622c49e60348
equal deleted inserted replaced
616:92170185dbb6 617:f5059d144438
50 Y, 50 Y,
51 Z 51 Z
52 }; 52 };
53 53
54 // ============================================================================= 54 // =============================================================================
55 //
56 class LDObject;
57 using LDObjectList = QList<LDObject*>;
58
59 // =============================================================================
55 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 60 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
56 // ============================================================================= 61 // =============================================================================
57 // matrix 62 // matrix
58 // 63 //
59 // A mathematical 3 x 3 matrix 64 // A mathematical 3 x 3 matrix

mercurial