Searched refs:crosscenter (Results 1 – 8 of 8) sorted by relevance
/dports/games/tesseract-data/tesseract/src/engine/ |
H A D | octa.cpp | 372 static inline bool crosscenter(const ivec &a, const ivec &b, int xd, int yd) in crosscenter() function 428 perfect = p1 && (c1 == c2 || crosscenter(v00, v11, C[d], R[d])); in subdividecube() 433 perfect = p2 && (c1 == c2 || crosscenter(v01, v10, C[d], R[d])); in subdividecube()
|
/dports/games/tesseract/tesseract/src/engine/ |
H A D | octa.cpp | 372 static inline bool crosscenter(const ivec &a, const ivec &b, int xd, int yd) in crosscenter() function 428 perfect = p1 && (c1 == c2 || crosscenter(v00, v11, C[d], R[d])); in subdividecube() 433 perfect = p2 && (c1 == c2 || crosscenter(v01, v10, C[d], R[d])); in subdividecube()
|
/dports/games/redeclipse/base-2.0.0/src/engine/ |
H A D | octa.cpp | 371 static inline bool crosscenter(const ivec &a, const ivec &b, int xd, int yd) in crosscenter() function 427 perfect = p1 && (c1 == c2 || crosscenter(v00, v11, C[d], R[d])); in subdividecube() 432 perfect = p2 && (c1 == c2 || crosscenter(v01, v10, C[d], R[d])); in subdividecube()
|
/dports/games/redeclipse16/base-1.6.0/src/engine/ |
H A D | octa.cpp | 358 static inline bool crosscenter(const ivec &a, const ivec &b, int xd, int yd) in crosscenter() function 414 perfect = p1 && (c1 == c2 || crosscenter(v00, v11, C[d], R[d])); in subdividecube() 419 perfect = p2 && (c1 == c2 || crosscenter(v01, v10, C[d], R[d])); in subdividecube()
|
/dports/games/sauerbraten/sauerbraten/src/engine/ |
H A D | octa.cpp | 356 static inline bool crosscenter(const ivec &a, const ivec &b, int xd, int yd) in crosscenter() function 412 perfect = p1 && (c1 == c2 || crosscenter(v00, v11, C[d], R[d])); in subdividecube() 417 perfect = p2 && (c1 == c2 || crosscenter(v01, v10, C[d], R[d])); in subdividecube()
|
/dports/games/hyperrogue/hyperrogue-12.0f/ |
H A D | multi.cpp | 59 EX shiftmatrix crosscenter[MAXPLAYER]; variable
|
H A D | celldrawer.cpp | 1920 double dfc = hdist(tC0(V), tC0(multi::crosscenter[i])); in bookkeeping()
|
H A D | graph.cpp | 5082 if(multi::cpid >= 0) multi::crosscenter[multi::cpid] = Centered; in drawmovestar()
|