Package | Description |
---|---|
rope | |
rope.core | |
rope.gui | |
rope.vector |
Modifier and Type | Field and Description |
---|---|
ivec2 |
R_Env.scroll |
Modifier and Type | Method and Description |
---|---|
static ivec2 |
R_Utils.Ru.max(ivec2 a,
ivec2 b) |
static ivec2 |
R_Utils.Ru.min(ivec2 a,
ivec2 b) |
static ivec2 |
R_State.State.scroll() |
Modifier and Type | Method and Description |
---|---|
static ivec2 |
R_Utils.Ru.max(ivec2 a,
ivec2 b) |
static ivec2 |
R_Utils.Ru.min(ivec2 a,
ivec2 b) |
Modifier and Type | Method and Description |
---|---|
ivec2 |
Rope.mod(ivec2 x,
ivec2 y) |
ivec2 |
Rope.sign(ivec2 x) |
Modifier and Type | Method and Description |
---|---|
bvec2 |
Rope.equal(ivec2 x,
ivec2 y) |
bvec2 |
Rope.greaterThan(ivec2 x,
ivec2 y) |
bvec2 |
Rope.greaterThanEqual(ivec2 x,
ivec2 y) |
bvec2 |
Rope.lessThan(ivec2 x,
ivec2 y) |
bvec2 |
Rope.lessThanEqual(ivec2 x,
ivec2 y) |
ivec2 |
Rope.mod(ivec2 x,
ivec2 y) |
void |
R_Graphic.set(ivec2 pos,
int c) |
ivec2 |
Rope.sign(ivec2 x) |
Modifier and Type | Method and Description |
---|---|
void |
R_Dropdown.offset(ivec2 offset) |
Modifier and Type | Method and Description |
---|---|
ivec2 |
ivec.ab() |
ivec2 |
ivec2.add_x(int x) |
ivec2 |
ivec2.add_y(int y) |
ivec2 |
ivec2.add(int a) |
ivec2 |
ivec2.add(int ax,
int ay)
add
|
ivec2 |
ivec2.add(ivec v) |
ivec2 |
ivec2.constrain(int max) |
ivec2 |
ivec2.constrain(int min,
int max) |
ivec2 |
ivec2.constrain(ivec2 max) |
ivec2 |
ivec2.constrain(ivec2 min,
ivec2 max)
Constrains a value to not exceed a maximum and minimum value.
|
ivec2 |
ivec2.copy()
copy
|
ivec2 |
ivec2.div_x(int x) |
ivec2 |
ivec2.div_y(int y) |
ivec2 |
ivec2.div(int d) |
ivec2 |
ivec2.div(int dx,
int dy)
div
|
ivec2 |
ivec2.div(ivec v) |
ivec2 |
ivec2.inv() |
ivec2 |
ivec2.mult_x(int x) |
ivec2 |
ivec2.mult_y(int y) |
ivec2 |
ivec2.mult(int m) |
ivec2 |
ivec2.mult(int mx,
int my)
mult
|
ivec2 |
ivec2.mult(ivec v) |
ivec2 |
ivec.pq() |
ivec2 |
ivec2.rand(int max)
random
|
ivec2 |
ivec2.rand(int min,
int max)
random
|
ivec2 |
ivec2.rand(ivec2 min,
ivec2 max)
random
|
ivec2 |
ivec2.s(int x) |
ivec2 |
ivec2.set_to(int index,
int arg) |
ivec2 |
ivec2.set(int arg) |
ivec2 |
ivec2.set(int[] source) |
ivec2 |
ivec2.set(int x,
int y)
set
|
ivec2 |
ivec2.set(ivec v) |
ivec2 |
ivec2.set(vec v) |
ivec2 |
ivec.st() |
ivec2 |
ivec2.sub_x(int x) |
ivec2 |
ivec2.sub_y(int y) |
ivec2 |
ivec2.sub(int s) |
ivec2 |
ivec2.sub(int sx,
int sy)
sub
|
ivec2 |
ivec2.sub(ivec v) |
ivec2 |
ivec2.t(int y) |
ivec2 |
ivec2.u(int x) |
ivec2 |
ivec.uv()
return multi float component
|
ivec2 |
ivec2.v(int y) |
ivec2 |
ivec.ww() |
ivec2 |
ivec.wx() |
ivec2 |
ivec.wy() |
ivec2 |
ivec.wz() |
ivec2 |
ivec2.x(int x) |
ivec2 |
ivec.xw() |
ivec2 |
ivec.xx() |
ivec2 |
ivec.xy() |
ivec2 |
ivec.xz() |
ivec2 |
ivec2.y(int y) |
ivec2 |
ivec.yw() |
ivec2 |
ivec.yx() |
ivec2 |
ivec.yy() |
ivec2 |
ivec.yz() |
ivec2 |
ivec.zw() |
ivec2 |
ivec.zx() |
ivec2 |
ivec.zy() |
ivec2 |
ivec.zz() |
Modifier and Type | Method and Description |
---|---|
ivec2 |
ivec2.constrain(ivec2 max) |
ivec2 |
ivec2.constrain(ivec2 min,
ivec2 max)
Constrains a value to not exceed a maximum and minimum value.
|
boolean |
ivec2.equals(ivec2 target)
equals
|
ivec2 |
ivec2.rand(ivec2 min,
ivec2 max)
random
|