Update Python API reference

This commit is contained in:
nsubiron 2019-04-05 12:11:56 +02:00
parent 1b8fe4c583
commit 4d1230e976
1 changed files with 17 additions and 0 deletions

View File

@ -377,6 +377,15 @@ Static presets
- `carla.WeatherParameters.HardRainSunset`
- `carla.WeatherParameters.SoftRainSunset`
## `carla.Vector2D`
- `x`
- `y`
- `__add__(other)`
- `__sub__(other)`
- `__eq__(other)`
- `__ne__(other)`
## `carla.Vector3D`
- `x`
@ -398,6 +407,14 @@ Static presets
- `__eq__(other)`
- `__ne__(other)`
## `carla.GeoLocation`
- `latitude`
- `longitude`
- `altitude`
- `__eq__(other)`
- `__ne__(other)`
## `carla.Rotation`
- `pitch`