|
Lines 355-361
Link Here
|
| 355 |
compS = -sinSPhi*localDirection.x()+cosSPhi*localDirection.y(); |
355 |
compS = -sinSPhi*localDirection.x()+cosSPhi*localDirection.y(); |
| 356 |
compE = -sinSPhi*localDirection.x()-cosSPhi*localDirection.y(); |
356 |
compE = -sinSPhi*localDirection.x()-cosSPhi*localDirection.y(); |
| 357 |
|
357 |
|
| 358 |
if ( (pDistS<=0)&&(pDistE<=0) ) |
358 |
if ( (pDistS<=halfkCarTolerance)&&(pDistE<=halfkCarTolerance) ) |
| 359 |
{ |
359 |
{ |
| 360 |
// Inside both phi *full* planes |
360 |
// Inside both phi *full* planes |
| 361 |
// |
361 |
// |