![]() |
VR-Forces Developer's Guide
|
An object that indicates which, if any, hemispheres a set of points is limited to. For example, if a set of points all have latitude > 0, then in this structure zAxis = DtPositive. If the points are also all in the western hemisphere, the xAxis = DtPositive too (otherwise xAxis = DtBoth).
Public Member Functions | |
| DtHemisphereLimitsStruct () | |
Public Attributes | |
| DtHemisphereSide | myXAxisSide |
| double | myXLimit |
| DtHemisphereSide | myYAxisSide |
| double | myYLimit |
| DtHemisphereSide | myZAxisSide |
| double | myZLimit |
|
inline |
References DtBothHemispheres, myXAxisSide, myYAxisSide, and myZAxisSide.
| DtHemisphereSide DtHemisphereLimitsStruct::myXAxisSide |
If the axis side is positive, then the limit member will the the minimum coordinate value; if the axis side is negative, then the limit member will be the maximum coordinate value.
Referenced by DtHemisphereLimitsStruct().
| double DtHemisphereLimitsStruct::myXLimit |
| DtHemisphereSide DtHemisphereLimitsStruct::myYAxisSide |
Referenced by DtHemisphereLimitsStruct().
| double DtHemisphereLimitsStruct::myYLimit |
| DtHemisphereSide DtHemisphereLimitsStruct::myZAxisSide |
Referenced by DtHemisphereLimitsStruct().
| double DtHemisphereLimitsStruct::myZLimit |