FreeWRL/FreeX3D
3.0.0
|
Public Member Functions | |
gridWrap (Int nUlines, Int nVlines, Real uMin, Real uMax, Real vMin, Real vMax) | |
gridWrap (Int nUlines, Real *uvals, Int nVlines, Real *vvlas) | |
void | print () |
Int | get_n_ulines () |
Int | get_n_vlines () |
Real | get_u_min () |
Real | get_u_max () |
Real | get_v_min () |
Real | get_v_max () |
Real | get_u_value (Int i) |
Real | get_v_value (Int j) |
Real * | get_u_values () |
Real * | get_v_values () |
void | outputFanWithPoint (Int v, Int uleft, Int uright, Real vert[2], primStream *pStream) |
void | draw () |
Int | isUniform () |
Definition at line 42 of file gridWrap.h.