| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.16.4 Dots (Pure C)
- C function:
voidmgl_dots (HMGLgr,const HMDTx,const HMDTy,const HMDTz,const char *sch) The function draws the arbitrary placed points {x[i], y[i], z[i]}. String sch sets the color scheme (see section Color scheme). Previous color scheme is used by default. Arrays x, y, z must have equal sizes. See also Crust(), Mark(), Plot(). See section Dots sample, for sample code and picture.
- C function:
voidmgl_dots_tr (HMGLgr,const HMDTtr,const char *sch) The same as previous with x=tr(0,:), y=tr(1,:), z=tr(2,:).
