| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.16.5 Crust (Pure C)
- C function:
voidmgl_crust (HMGLgr,const HMDTx,const HMDTy,const HMDTz,const char *sch,floater) The function reconstruct and draws the surface for arbitrary placed points {x[i], y[i], z[i]}. Parameter er set relative radius for (increase it for removing holes). String sch sets the color scheme (see section Color scheme). Previous color scheme is used by default. If string contain ‘#’ then wire plot is produced. Arrays x, y, z must have equal sizes. See also Dots(), TriPlot(). See section Crust sample, for sample code and picture.
- C function:
voidmgl_crust_tr (HMGLgr,const HMDTtr,const char *sch,floater) The same as previous with x=tr(0,:), y=tr(1,:), z=tr(2,:).
