Java com.badlogic.gdx.physics.box2d Transform fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.physics.box2d Transform fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.physics.box2d Transform.

The text is from its open source code.

Field

intCOS
intSIN

Constructor

Transform(Vector2 position, float angle)
Constructs a new Transform instance with the given position and angle

Method

Vector2getPosition()
floatgetRotation()
Vector2mul(Vector2 v)
Transforms the given vector by this transform
voidsetPosition(Vector2 pos)
Sets the position of this transform