@{ * Set the bounds to an uninitialized state */
| 1497 | * Set the bounds to an uninitialized state |
| 1498 | */ |
| 1499 | static void UninitializeBounds(double bounds[6]) |
| 1500 | { |
| 1501 | bounds[0] = 1.0; |
| 1502 | bounds[1] = -1.0; |
| 1503 | bounds[2] = 1.0; |
| 1504 | bounds[3] = -1.0; |
| 1505 | bounds[4] = 1.0; |
| 1506 | bounds[5] = -1.0; |
| 1507 | } |
| 1508 | ///@} |
| 1509 | |
| 1510 | ///@{ |
no outgoing calls