Update docs with #58

This commit is contained in:
nsubiron 2017-11-29 15:20:03 +01:00
parent d2b46badc9
commit 78873f4fba
1 changed files with 7 additions and 3 deletions

View File

@ -37,9 +37,13 @@ autopilot_control | Control | Vehicle's autopilot control that would
###### Transform
The transform contains two Vector3D objects, location and orientation.
Currently, the orientation is represented as the Cartesian coordinates X, Y, Z.
_We will probably change this in the future to Roll, Pitch, and Yaw._
The transform contains the location and rotation of the player.
Key | Type | Description
-------------------------- | ---------- | ------------
location | Vector3D | World location.
orientation *[deprecated]* | Vector3D | Orientation in Cartesian coordinates.
rotation | Rotation3D | Pitch, roll, and yaw.
###### Collision