| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Dew is similar to Vect but use drops instead of arrows. The sample code is:
int sample(mglGraph *gr)
{
mglData a,b; mgls_prepare2v(&a,&b);
gr->SubPlot(1,1,0,""); gr->Title("Dew plot");
gr->Box(); gr->Light(true); gr->Dew(a,b);
return 0;
}
This document was generated by Autobuild on July 16, 2012 using texi2html 1.82.