| Package | Description |
|---|---|
| com.almasb.fxgl.physics.box2d.common | |
| com.almasb.fxgl.physics.box2d.pooling | |
| com.almasb.fxgl.physics.box2d.pooling.normal |
| Modifier and Type | Field and Description |
|---|---|
Rotation |
Transform.q
A matrix representing a rotation
|
| Modifier and Type | Method and Description |
|---|---|
Rotation |
Rotation.clone() |
Rotation |
Rotation.set(float angle) |
Rotation |
Rotation.set(Rotation other) |
Rotation |
Rotation.setIdentity() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Rotation.mul(Rotation q,
Rotation r,
Rotation out) |
static void |
Rotation.mulToOut(Rotation q,
Vec2 v,
Vec2 out) |
static void |
Rotation.mulToOutUnsafe(Rotation q,
Vec2 v,
Vec2 out) |
static void |
Rotation.mulTrans(Rotation q,
Rotation r,
Rotation out) |
static void |
Rotation.mulTrans(Rotation q,
Vec2 v,
Vec2 out) |
static void |
Rotation.mulTransUnsafe(Rotation q,
Rotation r,
Rotation out) |
static void |
Rotation.mulTransUnsafe(Rotation q,
Vec2 v,
Vec2 out) |
static void |
Rotation.mulUnsafe(Rotation q,
Rotation r,
Rotation out) |
Rotation |
Rotation.set(Rotation other) |
| Constructor and Description |
|---|
Transform(Vec2 _position,
Rotation _R)
Initialize using a position vector and a rotation matrix.
|
| Modifier and Type | Method and Description |
|---|---|
Rotation |
IWorldPool.popRot() |
| Modifier and Type | Method and Description |
|---|---|
Rotation |
DefaultWorldPool.popRot() |
Copyright © 2017. All rights reserved.