Method
isNorth
//////////////////////////////////////////////////////////////////////// ANALYSE
Source from the content-addressed store, hash-verified
| 92 | // ANALYSE |
| 93 | // |
| 94 | bool HALL::isNorth() |
| 95 | { |
| 96 | return (_lastGauss > 0); |
| 97 | } |
| 98 | |
| 99 | |
| 100 | bool HALL::isSouth() |