Package | Description |
---|---|
org.jbox2d.common | |
org.jbox2d.pooling | |
org.jbox2d.pooling.normal |
Modifier and Type | Field and Description |
---|---|
static Mat33 |
Mat33.IDENTITY |
Modifier and Type | Method and Description |
---|---|
void |
Mat33.getInverse22(Mat33 M) |
void |
Mat33.getSymInverse33(Mat33 M) |
static Vec3 |
Mat33.mul(Mat33 A,
Vec3 v) |
static Vec2 |
Mat33.mul22(Mat33 A,
Vec2 v) |
static void |
Mat33.mul22ToOut(Mat33 A,
Vec2 v,
Vec2 out) |
static void |
Mat33.mul22ToOutUnsafe(Mat33 A,
Vec2 v,
Vec2 out) |
static void |
Mat33.mulToOut(Mat33 A,
Vec3 v,
Vec3 out) |
static void |
Mat33.mulToOutUnsafe(Mat33 A,
Vec3 v,
Vec3 out) |
Modifier and Type | Method and Description |
---|---|
Mat33 |
IWorldPool.popMat33() |
Modifier and Type | Method and Description |
---|---|
Mat33 |
DefaultWorldPool.popMat33() |
Copyright © 2017. All Rights Reserved.