Package | Description |
---|---|
org.jbox2d.common | |
org.jbox2d.pooling | |
org.jbox2d.pooling.normal |
Modifier and Type | Field and Description |
---|---|
Vec3 |
Mat33.ex |
Vec3 |
Mat33.ey |
Vec3 |
Mat33.ez |
Modifier and Type | Method and Description |
---|---|
Vec3 |
Vec3.add(Vec3 argVec) |
Vec3 |
Vec3.addLocal(Vec3 argVec) |
Vec3 |
Vec3.clone() |
static Vec3 |
Vec3.cross(Vec3 a,
Vec3 b) |
Vec3 |
Vec3.mul(float argScalar) |
static Vec3 |
Mat33.mul(Mat33 A,
Vec3 v) |
Vec3 |
Vec3.mulLocal(float argScalar) |
Vec3 |
Vec3.negate() |
Vec3 |
Vec3.negateLocal() |
Vec3 |
Vec3.set(float argX,
float argY,
float argZ) |
Vec3 |
Vec3.set(Vec3 argVec) |
Vec3 |
Mat33.solve33(Vec3 b)
Solve A * x = b, where b is a column vector.
|
Vec3 |
Vec3.sub(Vec3 argVec) |
Vec3 |
Vec3.subLocal(Vec3 argVec) |
Modifier and Type | Method and Description |
---|---|
Vec3 |
Vec3.add(Vec3 argVec) |
Vec3 |
Vec3.addLocal(Vec3 argVec) |
static Vec3 |
Vec3.cross(Vec3 a,
Vec3 b) |
static void |
Vec3.crossToOut(Vec3 a,
Vec3 b,
Vec3 out) |
static void |
Vec3.crossToOutUnsafe(Vec3 a,
Vec3 b,
Vec3 out) |
static float |
Vec3.dot(Vec3 a,
Vec3 b) |
static Vec3 |
Mat33.mul(Mat33 A,
Vec3 v) |
static void |
Mat33.mulToOut(Mat33 A,
Vec3 v,
Vec3 out) |
static void |
Mat33.mulToOutUnsafe(Mat33 A,
Vec3 v,
Vec3 out) |
Vec3 |
Vec3.set(Vec3 argVec) |
Vec3 |
Mat33.solve33(Vec3 b)
Solve A * x = b, where b is a column vector.
|
void |
Mat33.solve33ToOut(Vec3 b,
Vec3 out)
Solve A * x = b, where b is a column vector.
|
Vec3 |
Vec3.sub(Vec3 argVec) |
Vec3 |
Vec3.subLocal(Vec3 argVec) |
Constructor and Description |
---|
Mat33(Vec3 argCol1,
Vec3 argCol2,
Vec3 argCol3) |
Vec3(Vec3 argCopy) |
Modifier and Type | Method and Description |
---|---|
Vec3 |
IWorldPool.popVec3() |
Vec3[] |
IWorldPool.popVec3(int num) |
Modifier and Type | Method and Description |
---|---|
Vec3 |
DefaultWorldPool.popVec3() |
Vec3[] |
DefaultWorldPool.popVec3(int argNum) |
Copyright © 2017. All Rights Reserved.