|
VR-Engage
2.2
|
Used to define the valid range of yaw and pitch angles for the observer, stored in radians but typically configured in degrees
#include <observerUpdater.h>
Public Member Functions | |
| ObserverRange ()=default | |
| void | setMax (double m) |
| void | setMin (double m) |
Public Attributes | |
| double | max |
| double | min |
|
default |
Default constructor.
|
inline |
Sets the maximum value in the range, converting from degrees to radians.
| m | Maximum value in degrees |
References max.
|
inline |
Sets the minimum value in the range, converting from degrees to radians.
| m | Minimum value in degrees |
References min.
| double ObserverRange::max |
Maximum value of the range in radians.
Referenced by setMax().
| double ObserverRange::min |
Minimum value of the range in radians.
Referenced by setMin().