Package | Description |
---|---|
rope.core | |
rope.vector |
Modifier and Type | Method and Description |
---|---|
bvec2 |
Rope.equal(ivec2 x,
ivec2 y) |
bvec2 |
Rope.equal(vec2 x,
vec2 y) |
bvec2 |
Rope.greaterThan(ivec2 x,
ivec2 y) |
bvec2 |
Rope.greaterThan(vec2 x,
vec2 y) |
bvec2 |
Rope.greaterThanEqual(ivec2 x,
ivec2 y) |
bvec2 |
Rope.greaterThanEqual(vec2 x,
vec2 y) |
bvec2 |
Rope.lessThan(ivec2 x,
ivec2 y) |
bvec2 |
Rope.lessThan(vec2 x,
vec2 y) |
bvec2 |
Rope.lessThanEqual(ivec2 x,
ivec2 y) |
bvec2 |
Rope.lessThanEqual(vec2 x,
vec2 y) |
Modifier and Type | Method and Description |
---|---|
boolean |
Rope.all(bvec2 b)
all
v 0.0.2
|
boolean |
Rope.any(bvec2 b)
any
|
Modifier and Type | Method and Description |
---|---|
bvec2 |
bvec.ab() |
bvec2 |
bvec2.set(boolean arg) |
bvec2 |
bvec2.set(boolean[] source) |
bvec2 |
bvec2.set(boolean x,
boolean y)
set
|
bvec2 |
bvec2.set(bvec v) |
bvec2 |
bvec2.x(boolean x) |
bvec2 |
bvec.xy()
return multi float component
|
bvec2 |
bvec2.y(boolean y) |