76#if __cplusplus >= 201103L
77#pragma clang diagnostic push
78#pragma clang diagnostic ignored "-Wc++98-compat"
81#pragma clang diagnostic pop
86#if __cplusplus >= 201103L
87#pragma clang diagnostic push
88#pragma clang diagnostic ignored "-Wc++98-compat"
91#pragma clang diagnostic pop
94 degrees_d
pitch()
const NOEXCEPT;
97 degrees_d
yaw()
const NOEXCEPT;
98 void set_yaw(
const degrees_d) NOEXCEPT;
100 centimetres_d
height()
const NOEXCEPT;
101 void set_height(
const centimetres_d) NOEXCEPT;
#define GU_CAMERA_PIVOT_NUM_CAMERAS
const gu_camera * cameras() const NOEXCEPT
void set_yaw(const degrees_d) NOEXCEPT
int numCameras() const NOEXCEPT
void set_camera(const int, const Camera) NOEXCEPT
void set_pitch(const degrees_d) NOEXCEPT
bool operator!=(const CameraPivot &other) const NOEXCEPT
void set_height(const centimetres_d) NOEXCEPT
degrees_d yaw() const NOEXCEPT
void set_numCameras(const int) NOEXCEPT
degrees_d pitch() const NOEXCEPT
bool operator==(const CameraPivot &other) const NOEXCEPT
Camera camera(const int) const NOEXCEPT
void set_cameras(const gu_camera[2]) NOEXCEPT
centimetres_d height() const NOEXCEPT
CameraPivot & operator=(const CameraPivot &other) NOEXCEPT
A gu_camera_pivot represents the pivot point which a gu_camera is attached to.