Sets the pitch of this location, measured in degrees. A pitch of 0 represents level forward facing. A pitch of 90 represents downward facing, or negative y direction. A pitch of -90 represents upward facing, or positive y direction. Increasing pitch values the equivalent o
(float pitch)
| 264 | * @param pitch new incline's pitch |
| 265 | */ |
| 266 | public void setPitch(float pitch) { |
| 267 | this.pitch = pitch; |
| 268 | } |
| 269 | |
| 270 | /** |
| 271 | * Gets the pitch of this location, measured in degrees. |
no outgoing calls