Package | Description |
---|---|
rope.core | |
rope.vector |
Modifier and Type | Method and Description |
---|---|
bvec3 |
Rope.equal(ivec3 x,
ivec3 y) |
bvec3 |
Rope.equal(vec3 x,
vec3 y) |
bvec3 |
Rope.greaterThan(ivec3 x,
ivec3 y) |
bvec3 |
Rope.greaterThan(vec3 x,
vec3 y) |
bvec3 |
Rope.greaterThanEqual(ivec3 x,
ivec3 y) |
bvec3 |
Rope.greaterThanEqual(vec3 x,
vec3 y) |
bvec3 |
Rope.lessThan(ivec3 x,
ivec3 y) |
bvec3 |
Rope.lessThan(vec3 x,
vec3 y) |
bvec3 |
Rope.lessThanEqual(ivec3 x,
ivec3 y) |
bvec3 |
Rope.lessThanEqual(vec3 x,
vec3 y) |
Modifier and Type | Method and Description |
---|---|
boolean |
Rope.all(bvec3 b) |
boolean |
Rope.any(bvec3 b) |
Modifier and Type | Method and Description |
---|---|
bvec3 |
bvec.abc() |
bvec3 |
bvec3.set_to(int index,
boolean arg) |
bvec3 |
bvec3.set(boolean arg) |
bvec3 |
bvec3.set(boolean[] source) |
bvec3 |
bvec3.set(boolean x,
boolean y,
boolean z)
set
|
bvec3 |
bvec3.set(bvec v) |
bvec3 |
bvec3.swap_x() |
bvec3 |
bvec3.swap_y() |
bvec3 |
bvec3.swap_z() |
bvec3 |
bvec3.swap() |
bvec3 |
bvec3.swap(int index) |
bvec3 |
bvec3.x(boolean x) |
bvec3 |
bvec.xyz() |
bvec3 |
bvec3.y(boolean y) |
bvec3 |
bvec3.z(boolean z) |