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
()
| 272 | * @return the incline's pitch |
| 273 | */ |
| 274 | public float getPitch() { |
| 275 | return pitch; |
| 276 | } |
| 277 | |
| 278 | /** |
| 279 | * Gets a unit-vector pointing in the direction that this Location is |
no outgoing calls
no test coverage detected