| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.16.6 TriPlot (Pure C)
- C function:
voidmgl_triplot_xyz (HMGLgr,const HMDTid,const HMDTx,const HMDTy,const HMDTz,const char *sch) The function draws the surface of triangles. Triangle vertexes are set by indexes id of data points {x[i], y[i], z[i]}. 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. First dimensions of id must be 3 or greater. Arrays x, y, z must have equal sizes. See also Dots(), Crust().
- C function:
voidmgl_triplot_xy (HMGLgr,const HMDTid,const HMDTx,const HMDTy,const char *sch,floatzVal) The same as previous with z[i]=zVal.
