102 ASSERT_EQ(camera.
height(), 1.0);
104 ASSERT_EQ(camera.
height(), -1.0);
111 ASSERT_EQ(camera.
vFov(), 3.0);
113 ASSERT_EQ(camera.
vFov(), -3.0);
114 ASSERT_EQ(camera.
hFov(), 4.0);
116 ASSERT_EQ(camera.
hFov(), -4.0);
#define WRAPPER_TEST_Fs(className, strctName)
void change(GU::Camera &obj)
void cchange(gu_camera &obj)
TEST_F(CameraCoordinateTests, Equality)
degrees_d vDirection() const NOEXCEPT
void set_hFov(const degrees_d) NOEXCEPT
void set_centerOffset(const centimetres_d) NOEXCEPT
centimetres_d height() const NOEXCEPT
void set_vFov(const degrees_d) NOEXCEPT
void set_height(const centimetres_d) NOEXCEPT
centimetres_d centerOffset() const NOEXCEPT
degrees_d hFov() const NOEXCEPT
degrees_d vFov() const NOEXCEPT
void set_vDirection(const degrees_d) NOEXCEPT
centimetres_d centerOffset
The distance the camera is from the center point.
centimetres_d height
The height from the pivot of the camera to the middle of the camera.
degrees_d hFov
The horizontal field of view.
degrees_d vFov
The vertical field of view.
degrees_d vDirection
The degree in which the camera is facing in the vertical direction.