11 Constants
typedef enum TQ3CSGEquation { kQ3CSGEquationAandB = (int) 0x88888888, kQ3CSGEquationAandnotB = 0x22222222, kQ3CSGEquationAanBonCad = 0x2F222F22, kQ3CSGEquationnotAandB = 0x44444444, kQ3CSGEquationnAaBorCanD = 0x74747474 } TQ3CSGEquation;
kQ3CSGEquationAandB A
<< B. The renderer draws the intersection of object A and object B.kQ3CSGEquationAandnotB A
<< ÂB. The renderer draws the portion of object A that lies outside of object B.kQ3CSGEquationAanBonCad
(A << ÂB) È (ÂC << D). The renderer draws the portion of object A that lies outside of object B, and the portion of object D that lies outside of object C.kQ3CSGEquationnotAandB
ÂA << B. The renderer draws the portion of object B that lies outside of object A.kQ3CSGEquationnAaBorCanD
(ÂA << B) È (C << ÂD). The renderer draws the portion of object B that lies outside of object A, and the portion of object C that lies outside of object D.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker