Home
last modified time | relevance | path

Searched refs:vfcP (Results 1 – 7 of 7) sorted by relevance

/dports/games/tesseract-data/tesseract/src/engine/
H A Drenderva.cpp34 float dist = vfcP[4].dist(cv); in isfoggedsphere()
45 dist = vfcP[i].dist(cv); in isvisiblesphere()
77 dist = o.dist(vfcP[i]); in isvisiblecube()
176 plane &p = vfcP[i]; in calcvfcD()
200 memcpy(oldvfcP, vfcP, sizeof(vfcP)); in savevfcP()
205 memcpy(vfcP, oldvfcP, sizeof(vfcP)); in restorevfcP()
218 memset(vfcP, 0, sizeof(vfcP)); in visiblecubes()
796 case 0: n.cross(vfcP[0], vfcP[2]); break; in cullfrustumsides()
797 case 1: n.cross(vfcP[3], vfcP[0]); break; in cullfrustumsides()
798 case 2: n.cross(vfcP[2], vfcP[1]); break; in cullfrustumsides()
[all …]
/dports/games/tesseract/tesseract/src/engine/
H A Drenderva.cpp34 float dist = vfcP[4].dist(cv); in isfoggedsphere()
45 dist = vfcP[i].dist(cv); in isvisiblesphere()
77 dist = o.dist(vfcP[i]); in isvisiblecube()
176 plane &p = vfcP[i]; in calcvfcD()
200 memcpy(oldvfcP, vfcP, sizeof(vfcP)); in savevfcP()
205 memcpy(vfcP, oldvfcP, sizeof(vfcP)); in restorevfcP()
218 memset(vfcP, 0, sizeof(vfcP)); in visiblecubes()
796 case 0: n.cross(vfcP[0], vfcP[2]); break; in cullfrustumsides()
797 case 1: n.cross(vfcP[3], vfcP[0]); break; in cullfrustumsides()
798 case 2: n.cross(vfcP[2], vfcP[1]); break; in cullfrustumsides()
[all …]
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Drenderva.cpp26 loopi(4) if(vfcP[i].dist(cv) < -rad) return true; in isfoggedsphere()
27 float dist = vfcP[4].dist(cv); in isfoggedsphere()
38 dist = vfcP[i].dist(cv); in isvisiblesphere()
52 loopi(5) if(o.dist(vfcP[i]) < -vfcDfar[i]*size) return true; in ishiddencube()
59 float dist = o.dist(vfcP[4]); in isfoggedcube()
70 dist = o.dist(vfcP[i]); in isvisiblecube()
151 plane &p = vfcP[i]; in calcvfcD()
166 if(z >= 0) loopi(5) vfcP[i].reflectz(z); in setvfcP()
176 memcpy(oldvfcP, vfcP, sizeof(vfcP)); in savevfcP()
181 memcpy(vfcP, oldvfcP, sizeof(vfcP)); in restorevfcP()
[all …]
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Drenderva.cpp32 float dist = vfcP[4].dist(cv); in isfoggedsphere()
43 dist = vfcP[i].dist(cv); in isvisiblesphere()
75 dist = o.dist(vfcP[i]); in isvisiblecube()
196 plane &p = vfcP[i]; in calcvfcD()
220 memcpy(oldvfcP, vfcP, sizeof(vfcP)); in savevfcP()
225 memcpy(vfcP, oldvfcP, sizeof(vfcP)); in restorevfcP()
238 memset(vfcP, 0, sizeof(vfcP)); in visiblecubes()
948 case 0: n.cross(vfcP[0], vfcP[2]); break; in cullfrustumsides()
949 case 1: n.cross(vfcP[3], vfcP[0]); break; in cullfrustumsides()
950 case 2: n.cross(vfcP[2], vfcP[1]); break; in cullfrustumsides()
[all …]
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Drenderva.cpp26 loopi(4) if(vfcP[i].dist(cv) < -rad) return true; in isfoggedsphere()
27 float dist = vfcP[4].dist(cv); in isfoggedsphere()
38 dist = vfcP[i].dist(cv); in isvisiblesphere()
52 loopi(5) if(o.dist(vfcP[i]) < -vfcDfar[i]*size) return true; in ishiddencube()
59 float dist = o.dist(vfcP[4]); in isfoggedcube()
70 dist = o.dist(vfcP[i]); in isvisiblecube()
151 plane &p = vfcP[i]; in calcvfcD()
166 if(z >= 0) loopi(5) vfcP[i].reflectz(z); in setvfcP()
176 memcpy(oldvfcP, vfcP, sizeof(vfcP)); in savevfcP()
181 memcpy(vfcP, oldvfcP, sizeof(vfcP)); in restorevfcP()
[all …]
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Drenderva.cpp19 plane vfcP[5]; // perpindictular vectors to view frustrum bounding planes variable
28 loopi(4) if(vfcP[i].dist(cv) < -rad) return true; in isfoggedsphere()
29 float dist = vfcP[4].dist(cv); in isfoggedsphere()
40 dist = vfcP[i].dist(cv); in isvisiblesphere()
54 loopi(5) if(o.dist(vfcP[i]) < -vfcDfar[i]*size) return true; in ishiddencube()
60 loopi(4) if(o.dist(vfcP[i]) < -vfcDfar[i]*size) return true; in isfoggedcube()
61 float dist = o.dist(vfcP[4]); in isfoggedcube()
72 dist = o.dist(vfcP[i]); in isvisiblecube()
153 plane &p = vfcP[i]; in calcvfcD()
178 memcpy(oldvfcP, vfcP, sizeof(vfcP)); in reflectvfcP()
[all …]
/dports/math/py-heyoka/heyoka.py-0.16.0/doc/notebooks/
H A Dtides_spokes.ipynb601918 "48Zxcl0dnHoqXHBB2u/feC5iJeUQ14WeQmoVA1o6mOW/h4Y9cNgnQk+iNDGiUzNkyBC6//vfcP/9\\\n",
720073 "dWt+85vfcP/994eeSnqjV+N5Dkz+C/S/MvREkpqQAS1l2YKFS9hzIH7148rKSqqqqgJOlMP+4z+g\\\n",