Package | Description |
---|---|
rope.core | |
rope.vector |
Modifier and Type | Method and Description |
---|---|
bvec4 |
Rope.equal(ivec4 x,
ivec4 y) |
bvec4 |
Rope.equal(vec4 x,
vec4 y) |
bvec4 |
Rope.greaterThan(ivec4 x,
ivec4 y) |
bvec4 |
Rope.greaterThan(vec4 x,
vec4 y) |
bvec4 |
Rope.greaterThanEqual(ivec4 x,
ivec4 y) |
bvec4 |
Rope.greaterThanEqual(vec4 x,
vec4 y) |
bvec4 |
Rope.lessThan(ivec4 x,
ivec4 y) |
bvec4 |
Rope.lessThan(vec4 x,
vec4 y) |
bvec4 |
Rope.lessThanEqual(ivec4 x,
ivec4 y) |
bvec4 |
Rope.lessThanEqual(vec4 x,
vec4 y) |
Modifier and Type | Method and Description |
---|---|
boolean |
Rope.all(bvec4 b) |
boolean |
Rope.any(bvec4 b) |
Modifier and Type | Method and Description |
---|---|
bvec4 |
bvec.abcd() |
bvec4 |
bvec4.set(boolean arg) |
bvec4 |
bvec4.set(boolean[] source) |
bvec4 |
bvec4.set(boolean x,
boolean y,
boolean z,
boolean w)
set
|
bvec4 |
bvec4.set(bvec v) |
bvec4 |
bvec4.w(boolean w) |
bvec4 |
bvec4.x(boolean x) |
bvec4 |
bvec.xyzw() |
bvec4 |
bvec4.y(boolean y) |
bvec4 |
bvec4.z(boolean z) |