25 #ifndef PRECOMPILE_PREVIEW_HH
26 #define PRECOMPILE_PREVIEW_HH
34 class CTransformationMatrix;
38 class CParameterPreview;
39 class CParameterObjectPosition;
40 class CParameterPolylinePosition;
41 class CParameterCreation;
123 void drawMesh1(
const CTransformationMatrix & AMatrix,
124 const CVertex & AOrigin,
const CVertex & AVector,
int ASx);
130 void drawMesh2(
const CTransformationMatrix & AMatrix,
131 const CVertex & AOrigin,
132 const CVertex & AVectorX,
int ASx,
133 const CVertex & AVectorY,
int ASy);
139 void drawMesh3(
const CTransformationMatrix & AMatrix,
140 const CVertex & AOrigin,
141 const CVertex & AVectorX,
int ASx,
142 const CVertex & AVectorY,
int ASy,
143 const CVertex & AVectorZ,
int ASz);
163 #endif // PRECOMPILE_PREVIEW_HH