VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
DtHemisphereLimitsStruct Struct Reference

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
 

Constructor & Destructor Documentation

DtHemisphereLimitsStruct::DtHemisphereLimitsStruct ( )
inline

Member Data Documentation

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
double DtHemisphereLimitsStruct::myYLimit
DtHemisphereSide DtHemisphereLimitsStruct::myZAxisSide
double DtHemisphereLimitsStruct::myZLimit

The documentation for this struct was generated from the following file:

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)