# Transform

> Component Author: [Jabo](https://github.com/jabo-bernardo)\
> Release Date: April 11, 2020

{% tabs %}
{% tab title="Usage" %}

```java
new Transform();
```

{% endtab %}

{% tab title="Methods" %}

```java
translate(Vector2 by); // Move the position by the given Vector2

getPosition(); // Returns Vector2

getScale(); // Returns Vector2

getRotation(); // Returns float

setScale(Vector2 scale); // Change the scale

setPosition(Vector2 position); // Change the position
```

{% endtab %}
{% endtabs %}
