Gets 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
()
| 280 | * @return the incline's pitch |
| 281 | */ |
| 282 | public float getPitch() { |
| 283 | return pitch; |
| 284 | } |
| 285 | |
| 286 | /** |
| 287 | * Gets a unit-vector pointing in the direction that this Location is |
no outgoing calls