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