Message HrzProtocol.CameraTranslate
Defined in hrz/protocol/camera/movement.proto.
Despite this movement being a translation, it is really a rotation around the center of the planet, hence why it is parameterized by an angle.
frame: HrzProtocol.CameraFrame
angle_factor_x: float
For a factor of 1, the camera will move horizontally by its altitude value. Applied per second when using a continuous movement. For cardinal frame, < 0 = west, > 0 = east. For tangential frame, < 0 = left, > 0 = right.
angle_factor_y: float
For a factor of 1, the camera will move horizontally by its altitude value. Applied per second when using a continuous movement. For cardinal frame, < 0 = south, > 0 = north. For tangential frame, < 0 = backward, > 0 = forward.