Home
last modified time | relevance | path

Searched refs:ValidPnt (Results 1 – 2 of 2) sorted by relevance

/dports/math/mathgl/mathgl-2.5/src/
H A Dsurf.cpp34 { long iq=kq+i+n*j; if(gr->ValidPnt(iq) && gr->ValidPnt(iq+1)) s++; } in mgl_mesh_plot()
42 { long iq=kq+i+n*j; if(gr->ValidPnt(iq) && gr->ValidPnt(iq+n)) s++; } in mgl_mesh_plot()
53 if(gr->ValidPnt(iq) && gr->ValidPnt(iq+1) && gr->ValidPnt(iq+n) && gr->ValidPnt(iq+n+1)) in mgl_surf_plot()
/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Dbase.h592 inline bool ValidPnt(size_t i) { return mgl_isnum(Pnt[i].x); } in ValidPnt() function