Home
last modified time | relevance | path

Searched refs:wvlist (Results 1 – 12 of 12) sorted by relevance

/dports/games/tux-aqfh/tux_aqfh-1.0.14/src/
H A Docean.cxx39 wvlist [ i ] [ 2 ] = e_offset ; in update()
56 wvlist = new sgVec3 [ 6 ] ; in Ocean()
72 sgSetVec3 ( wvlist [ 0 ], -10000.0f, -10000.0f, elevation ) ; in Ocean()
73 sgSetVec3 ( wvlist [ 1 ], 10000.0f, -10000.0f, elevation ) ; in Ocean()
74 sgSetVec3 ( wvlist [ 2 ], -10000.0f, 10000.0f, elevation ) ; in Ocean()
75 sgSetVec3 ( wvlist [ 3 ], 10000.0f, 10000.0f, elevation ) ; in Ocean()
76 sgSetVec3 ( wvlist [ 4 ], -10000.0f, -10000.0f, elevation ) ; in Ocean()
77 sgSetVec3 ( wvlist [ 5 ], 10000.0f, -10000.0f, elevation ) ; in Ocean()
84 6, wvlist, 1, wnlist, 6, wtlist, 1, wclist ) ; in Ocean()
H A Docean.h14 sgVec3 *wvlist ; variable
/dports/math/vtk8/VTK-8.2.0/Filters/Extraction/
H A DvtkFrustumSelector.cxx201 double *wvlist = &vertbuffer[1*maxedges*3]; in ABoxFrustumIsect() local
232 wvlist = &vertbuffer[1*maxedges*3]; in ABoxFrustumIsect()
250 wvlist = &vertbuffer[1*maxedges*3]; in ABoxFrustumIsect()
301 if (this->FrustumClipPolygon(nedges, vlist, wvlist, ovlist)) in ABoxFrustumIsect()
329 wvlist = &vertbuffer[1*maxedges*3]; in ABoxFrustumIsect()
374 if (this->FrustumClipPolygon(nedges, vlist, wvlist, ovlist)) in ABoxFrustumIsect()
409 double *wvlist, in FrustumClipPolygon() argument
413 memcpy(wvlist,ivlist, nverts*sizeof(double)*3); in FrustumClipPolygon()
420 this->PlaneClipPolygon(nwverts, wvlist, pid, noverts, ovlist); in FrustumClipPolygon()
425 memcpy(wvlist,ovlist, noverts*sizeof(double)*3); in FrustumClipPolygon()
/dports/math/vtk9/VTK-9.1.0/Filters/Extraction/
H A DvtkFrustumSelector.cxx201 double* wvlist = &vertbuffer[1 * maxedges * 3]; in ABoxFrustumIsect() local
232 wvlist = &vertbuffer[1 * maxedges * 3]; in ABoxFrustumIsect()
250 wvlist = &vertbuffer[1 * maxedges * 3]; in ABoxFrustumIsect()
301 if (this->FrustumClipPolygon(nedges, vlist, wvlist, ovlist)) in ABoxFrustumIsect()
329 wvlist = &vertbuffer[1 * maxedges * 3]; in ABoxFrustumIsect()
374 if (this->FrustumClipPolygon(nedges, vlist, wvlist, ovlist)) in ABoxFrustumIsect()
407 int FrustumClipPolygon(int nverts, double* ivlist, double* wvlist, double* ovlist) in FrustumClipPolygon() argument
410 memcpy(wvlist, ivlist, nverts * sizeof(double) * 3); in FrustumClipPolygon()
417 this->PlaneClipPolygon(nwverts, wvlist, pid, noverts, ovlist); in FrustumClipPolygon()
422 memcpy(wvlist, ovlist, noverts * sizeof(double) * 3); in FrustumClipPolygon()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkExtractSelectedFrustum.cxx831 double* wvlist = &vertbuffer[1 * maxedges * 3]; in ABoxFrustumIsect() local
863 wvlist = &vertbuffer[1 * maxedges * 3]; in ABoxFrustumIsect()
883 wvlist = &vertbuffer[1 * maxedges * 3]; in ABoxFrustumIsect()
934 if (this->FrustumClipPolygon(nedges, vlist, wvlist, ovlist)) in ABoxFrustumIsect()
965 wvlist = &vertbuffer[1 * maxedges * 3]; in ABoxFrustumIsect()
1010 if (this->FrustumClipPolygon(nedges, vlist, wvlist, ovlist)) in ABoxFrustumIsect()
1046 int nverts, double* ivlist, double* wvlist, double* ovlist) in FrustumClipPolygon() argument
1049 memcpy(wvlist, ivlist, nverts * sizeof(double) * 3); in FrustumClipPolygon()
1056 this->PlaneClipPolygon(nwverts, wvlist, pid, noverts, ovlist); in FrustumClipPolygon()
1061 memcpy(wvlist, ovlist, noverts * sizeof(double) * 3); in FrustumClipPolygon()
H A DvtkExtractSelectedFrustum.h140 int FrustumClipPolygon(int nverts, double* ivlist, double* wvlist, double* ovlist);
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkExtractSelectedFrustum.cxx875 double *wvlist = &vertbuffer[1*maxedges*3]; in ABoxFrustumIsect() local
907 wvlist = &vertbuffer[1*maxedges*3]; in ABoxFrustumIsect()
927 wvlist = &vertbuffer[1*maxedges*3]; in ABoxFrustumIsect()
978 if (this->FrustumClipPolygon(nedges, vlist, wvlist, ovlist)) in ABoxFrustumIsect()
1009 wvlist = &vertbuffer[1*maxedges*3]; in ABoxFrustumIsect()
1054 if (this->FrustumClipPolygon(nedges, vlist, wvlist, ovlist)) in ABoxFrustumIsect()
1091 double *wvlist, in FrustumClipPolygon() argument
1095 memcpy(wvlist,ivlist, nverts*sizeof(double)*3); in FrustumClipPolygon()
1102 this->PlaneClipPolygon(nwverts, wvlist, pid, noverts, ovlist); in FrustumClipPolygon()
1107 memcpy(wvlist,ovlist, noverts*sizeof(double)*3); in FrustumClipPolygon()
H A DvtkExtractSelectedFrustum.h143 double *ivlist, double *wvlist, double *ovlist);
/dports/math/vtk6/VTK-6.2.0/Filters/Extraction/
H A DvtkExtractSelectedFrustum.cxx875 double *wvlist = &vertbuffer[1*maxedges*3]; in ABoxFrustumIsect() local
907 wvlist = &vertbuffer[1*maxedges*3]; in ABoxFrustumIsect()
927 wvlist = &vertbuffer[1*maxedges*3]; in ABoxFrustumIsect()
978 if (this->FrustumClipPolygon(nedges, vlist, wvlist, ovlist)) in ABoxFrustumIsect()
1009 wvlist = &vertbuffer[1*maxedges*3]; in ABoxFrustumIsect()
1054 if (this->FrustumClipPolygon(nedges, vlist, wvlist, ovlist)) in ABoxFrustumIsect()
1091 double *wvlist, in FrustumClipPolygon() argument
1095 memcpy(wvlist,ivlist, nverts*sizeof(double)*3); in FrustumClipPolygon()
1102 this->PlaneClipPolygon(nwverts, wvlist, pid, noverts, ovlist); in FrustumClipPolygon()
1107 memcpy(wvlist,ovlist, noverts*sizeof(double)*3); in FrustumClipPolygon()
H A DvtkExtractSelectedFrustum.h119 double *ivlist, double *wvlist, double *ovlist);
/dports/cad/sp2sp/gwave2-20090213/scheme/
H A Dexport.scm48 (define-public (popup-export-dialog wvlist)
138 wvlist minx maxx)
140 (gtk-entry-get-text filename-entry) wvlist))
/dports/cad/irsim/irsim-9.7.110/base/
H A Drsim.c45 private iptr wvlist = NULL; /* list of vectors to be displayed */ variable
678 iinsert_once( (nptr) b, &wvlist );
680 idelete( (nptr) b, &wvlist );
844 for (w = wvlist; w != NULL; w = w->next) in pnwatchlist()
1364 idelete( (nptr) b, &wvlist ); /* untrace its nodes */ in dovector()
2499 for( list = &wvlist; (w = *list) != NULL; ) in rm_del_from_lists()