Gets the yaw of this location, measured in degrees. A yaw of 0 or 360 represents the positive z direction. A yaw of 180 represents the negative z direction. A yaw of 90 represents the negative x direction. A yaw of 270 represents the positive x direction. Increasing yaw va
()
| 240 | * @return the rotation's yaw |
| 241 | */ |
| 242 | public float getYaw() { |
| 243 | return yaw; |
| 244 | } |
| 245 | |
| 246 | /** |
| 247 | * Sets the pitch of this location, measured in degrees. |
no outgoing calls
no test coverage detected