Skip to content

Commit 69b024d

Browse files
authored
Merge pull request #684 from threedworld-mit/local_transforms_forward
Improved the documentation of LocalTransforms.get_forward(index)
2 parents 8a8e9d3 + 72aa7e1 commit 69b024d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To upgrade from TDW v1.11 to v1.12, read [this guide](upgrade_guides/v1.11_to_v1
3434
| Document | Description |
3535
| --- | --- |
3636
| `lessons/visual_perception/occlusion.md` | Updated document to describe the new `Occlusion` data. |
37-
| `api/output_data.md` | Improved the documentation for all positions and rotations. |
37+
| `api/output_data.md` | Improved the documentation for all positions and rotations.<br>Improved the documentation of `LocalTransforms.get_forward()` |
3838

3939
## v1.12.22
4040

Documentation/api/output_data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ Data about the Transform component of objects (position and rotation) relative t
628628
| `get_num()` | The number of objects. | `int` |
629629
| `get_id(index)` | The id. | `int` |
630630
| `get_position(index)` | The position. | `np.ndarray` |
631-
| `get_forward(index)` | The forward. | `np.ndarray` |
631+
| `get_forward(index)` | The forward directional vector, in worldspace rotational coordinates. | `np.ndarray` |
632632
| `get_rotation(index)` | The rotation. | `np.ndarray` |
633633
| `get_euler_angles(index)` | The `[x, y, z]` Euler angles of each object. | `np.ndarray` |
634634

0 commit comments

Comments
 (0)