Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbBox2d.cpp380 SbBool foundib = FALSE; in findIntersection() local
383 foundib = TRUE; in findIntersection()
385 if ( !foundib && (leavewalls & 1) ) { in findIntersection()
393 foundib = TRUE; in findIntersection()
396 if ( !foundib && (leavewalls & 2) ) { in findIntersection()
404 foundib = TRUE; in findIntersection()
407 if ( !foundib && (leavewalls & 4) ) { in findIntersection()
415 foundib = TRUE; in findIntersection()
418 if ( !foundib && (leavewalls & 8) ) { in findIntersection()
426 foundib = TRUE; in findIntersection()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/patches/
H A Dsbbox2f-findintersection.diff123 + SbBool foundib = FALSE;
126 + foundib = TRUE;
128 + if ( !foundib && (leavewalls & 1) ) {
136 + foundib = TRUE;
139 + if ( !foundib && (leavewalls & 2) ) {
147 + foundib = TRUE;
150 + if ( !foundib && (leavewalls & 4) ) {
158 + foundib = TRUE;
161 + if ( !foundib && (leavewalls & 8) ) {
169 + foundib = TRUE;
[all …]