|
Stowy Physics Engine 0.1.0
|
A transform of an object. Contains position, scale and rotation. More...
#include <Transform.hpp>

Public Attributes | |
| Vector2 | position {} |
| The position of this object. | |
| Vector2 | scale {1, 1} |
| The scale of this object. | |
| float | rotation {} |
| The rotation of this object. | |
A transform of an object. Contains position, scale and rotation.
| Vector2 stw::Transform::position {} |
The position of this object.
| float stw::Transform::rotation {} |
The rotation of this object.
| Vector2 stw::Transform::scale {1, 1} |
The scale of this object.