|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rot | |
---|---|
org.jbox2d.common | |
org.jbox2d.pooling | |
org.jbox2d.pooling.normal |
Uses of Rot in org.jbox2d.common |
---|
Fields in org.jbox2d.common declared as Rot | |
---|---|
Rot |
Transform.q
A matrix representing a rotation |
Methods in org.jbox2d.common that return Rot | |
---|---|
Rot |
Rot.clone()
|
Rot |
Rot.set(float angle)
|
Rot |
Rot.set(Rot other)
|
Rot |
Rot.setIdentity()
|
Methods in org.jbox2d.common with parameters of type Rot | |
---|---|
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)
|
Constructors in org.jbox2d.common with parameters of type Rot | |
---|---|
Transform(Vec2 _position,
Rot _R)
Initialize using a position vector and a rotation matrix. |
Uses of Rot in org.jbox2d.pooling |
---|
Methods in org.jbox2d.pooling that return Rot | |
---|---|
Rot |
IWorldPool.popRot()
|
Uses of Rot in org.jbox2d.pooling.normal |
---|
Methods in org.jbox2d.pooling.normal that return Rot | |
---|---|
Rot |
DefaultWorldPool.popRot()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |