Package | Description |
---|---|
rope | |
rope.core | |
rope.vector |
Modifier and Type | Field and Description |
---|---|
bvec2 |
R_Env.auth_select_mol |
bvec2[] |
R_Env.bangbang_arr |
Modifier and Type | Method and Description |
---|---|
static bvec2 |
R_State.State.select_mol_is() |
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_to(int index,
boolean arg) |
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.swap_x() |
bvec2 |
bvec2.swap_y() |
bvec2 |
bvec2.swap() |
bvec2 |
bvec2.swap(int index) |
bvec2 |
bvec2.x(boolean x) |
bvec2 |
bvec.xy()
return multi float component
|
bvec2 |
bvec2.y(boolean y) |