Package | Description |
---|---|
buildcraft.lib.client.model | |
buildcraft.lib.expression | |
buildcraft.lib.expression.api |
Modifier and Type | Method and Description |
---|---|
MutableQuad |
MutableQuad.normalvd(VecDouble vec)
|
Modifier and Type | Field and Description |
---|---|
static VecDouble |
VecDouble.ZERO |
Modifier and Type | Method and Description |
---|---|
VecDouble |
VecDouble.add(double a_,
double b_,
double c_,
double d_) |
VecDouble |
VecDouble.add(VecDouble w) |
VecDouble |
VecLong.castToDouble() |
VecDouble |
VecDouble.crossProduct(VecDouble w) |
VecDouble |
VecDouble.div(double a_,
double b_,
double c_,
double d_) |
VecDouble |
VecDouble.div(VecDouble w) |
VecDouble |
VecDouble.normalize() |
VecDouble |
VecDouble.scale(double a_,
double b_,
double c_,
double d_) |
VecDouble |
VecDouble.scale(VecDouble w) |
VecDouble |
VecDouble.sub(double a_,
double b_,
double c_,
double d_) |
VecDouble |
VecDouble.sub(VecDouble w) |
Modifier and Type | Method and Description |
---|---|
VecDouble |
VecDouble.add(VecDouble w) |
VecDouble |
VecDouble.crossProduct(VecDouble w) |
double |
VecDouble.distance(VecDouble to) |
VecDouble |
VecDouble.div(VecDouble w) |
double |
VecDouble.dotProduct2(VecDouble w) |
double |
VecDouble.dotProduct3(VecDouble w) |
double |
VecDouble.dotProduct4(VecDouble w) |
VecDouble |
VecDouble.scale(VecDouble w) |
VecDouble |
VecDouble.sub(VecDouble w) |
Modifier and Type | Field and Description |
---|---|
static NodeType<VecDouble> |
NodeTypes.VEC_DOUBLE |