Package | Description |
---|---|
buildcraft.lib.client.model | |
buildcraft.lib.expression | |
buildcraft.lib.expression.api |
Modifier and Type | Method and Description |
---|---|
MutableQuad |
MutableQuad.colourvl(VecLong vec) |
Modifier and Type | Field and Description |
---|---|
static VecLong |
VecLong.ZERO |
Modifier and Type | Method and Description |
---|---|
VecLong |
VecLong.add(long a_,
long b_,
long c_,
long d_) |
VecLong |
VecLong.add(VecLong w) |
VecLong |
VecDouble.ceilToLong() |
VecLong |
VecLong.crossProduct(VecLong w) |
VecLong |
VecLong.div(long a_,
long b_,
long c_,
long d_) |
VecLong |
VecLong.div(VecLong s) |
VecLong |
VecDouble.floorToLong() |
VecLong |
VecDouble.roundToLong() |
VecLong |
VecLong.scale(long a_,
long b_,
long c_,
long d_) |
VecLong |
VecLong.scale(VecLong s) |
VecLong |
VecLong.sub(long a_,
long b_,
long c_,
long d_) |
VecLong |
VecLong.sub(VecLong neg) |
Modifier and Type | Method and Description |
---|---|
VecLong |
VecLong.add(VecLong w) |
VecLong |
VecLong.crossProduct(VecLong w) |
double |
VecLong.distance(VecLong to) |
VecLong |
VecLong.div(VecLong s) |
long |
VecLong.dotProduct2(VecLong w) |
long |
VecLong.dotProduct3(VecLong w) |
long |
VecLong.dotProduct4(VecLong w) |
VecLong |
VecLong.scale(VecLong s) |
VecLong |
VecLong.sub(VecLong neg) |
Modifier and Type | Field and Description |
---|---|
static NodeType<VecLong> |
NodeTypes.VEC_LONG |