manpagez: man pages & more
info mathgl_en
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ] [Top] [Contents] [Index] [ ? ]

2.6.2 SurfC sample

Function surfc is similar to surf but its coloring is determined by another data. The sample code is:

int sample(mglGraph *gr)
{
 mglData a,b; mgls_prepare2d(&a,&b);
 gr->Title("SurfC plot"); gr->Rotate(50,60);
 gr->Light(true); gr->Box(); gr->SurfC(a,b);
 return 0;
}
Example of SurfC()

This document was generated on March 21, 2014 using texi2html 5.0.

© manpagez.com 2000-2025
Individual documents may contain additional copyright information.

AltStyle によって変換されたページ (->オリジナル) /