| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.14.3 SurfA (Pure C)
- C function:
voidmgl_surfa_xy (HMGLgr,const HMDTx,const HMDTy,const HMDTz,const HMDTc,const char *sch) The function draws surface specified parametrically {x[i,j], y[i,j], z[i,j]} and transparent it by matrix c[i,j]. String sch sets the color scheme (see section Color scheme). Previous color scheme is used by default. If string sch have symbol ‘#’ then grid lines are drawn. All dimensions of arrays z and c must be equal. The minor dimensions of arrays x, y, z should be equal x.nx=z.nx && y.nx=z.ny or x.nx=y.nx=z.nx && x.ny=y.ny=z.ny. Arrays x and y can be vectors (not matrices as z). Surface is plotted for each z slice of the data. See also Surf(), SurfC(), Surf3A(), TileS(). See section SurfA sample, for sample code and picture.
- C function:
voidmgl_surfa (HMGLgr,const HMDTz,const HMDTc,const char *sch) The same as previous with x, y equidistantly distributed in interval [Min, Max].
