# Transform Examples
PyBevy ports of Bevy [transforms examples](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/transforms).
| [3d_rotation.py](3d_rotation.py) | [3d_rotation.rs](https://github.com/bevyengine/bevy/blob/v0.18.0/examples/transforms/3d_rotation.rs) |
| [scale.py](scale.py) | [scale.rs](https://github.com/bevyengine/bevy/blob/v0.18.0/examples/transforms/scale.rs) |
| [transform.py](transform.py) | [transform.rs](https://github.com/bevyengine/bevy/blob/v0.18.0/examples/transforms/transform.rs) |
| [translation.py](translation.py) | [translation.rs](https://github.com/bevyengine/bevy/blob/v0.18.0/examples/transforms/translation.rs) |