#include "rods.h"Go to the source code of this file.
Defines | |
| #define | drawsline(a, b, c, d, e, f, g, h, i) |
| #define drawsline | ( | a, | |||
| b, | |||||
| c, | |||||
| d, | |||||
| e, | |||||
| f, | |||||
| g, | |||||
| h, | |||||
| i | ) |
Value:
s1.set(a,b,c); s2.set(d,e,f);\
vr1=_H*s1; vr2=_H*s2; vr1/=2*L; vr2/=2*L;\
win->DrawLine(vr1.x,vr1.y,vr1.z,vr2.x,vr2.y,vr2.z,g,h,i);
Referenced by RODSFrame::plot().
1.5.7.1