Uses of Class
rope.vector.ivec3
Packages that use ivec3
-
Uses of ivec3 in rope.core
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionboolean
Rope.greaterThan
(ivec3 x, ivec3 y) Rope.greaterThanEqual
(ivec3 x, ivec3 y) Rope.lessThanEqual
(ivec3 x, ivec3 y) -
Uses of ivec3 in rope.utils
Methods in rope.utils that return ivec3Methods in rope.utils with parameters of type ivec3 -
Uses of ivec3 in rope.vector
Methods in rope.vector that return ivec3Modifier and TypeMethodDescriptionivec.abc()
ivec3.add
(int a) ivec3.add
(int ax, int ay, int az) addivec3.add_x
(int x) ivec3.add_y
(int y) ivec3.add_z
(int z) ivec3.blu
(int z) ivec3.bri
(int z) ivec3.constrain
(int max) ivec3.constrain
(int min, int max) Constrains a value to not exceed a maximum and minimum value.ivec3.copy()
copyivec3.div
(int d) ivec3.div
(int dx, int dy, int dz) divivec3.div_x
(int x) ivec3.div_y
(int y) ivec3.div_z
(int z) ivec3.gre
(int y) ivec.hsb()
ivec3.hue
(int x) ivec3.inv()
ivec3.mult
(int m) ivec3.mult
(int mx, int my, int mz) multivec3.mult_x
(int x) ivec3.mult_y
(int y) ivec3.mult_z
(int z) ivec3.p
(int z) ivec3.rand
(int max) randomivec3.rand
(int min, int max) randomrandomivec3.red
(int x) ivec.rgb()
ivec3.s
(int x) ivec3.sat
(int y) ivec3.set
(int arg) ivec3.set
(int[] source) ivec3.set
(int x, int y, int z) setivec3.set_to
(int index, int arg) ivec3.sub
(int a) ivec3.sub
(int sx, int sy, int sz) subivec3.sub_x
(int x) ivec3.sub_y
(int y) ivec3.sub_z
(int z) ivec3.t
(int y) ivec.www()
ivec.wwx()
ivec.wwy()
ivec.wwz()
ivec.wxw()
ivec.wxx()
ivec.wxy()
ivec.wxz()
ivec.wyw()
ivec.wyx()
ivec.wyy()
ivec.wyz()
ivec.wzw()
ivec.wzx()
ivec.wzy()
ivec.wzz()
ivec3.x
(int x) ivec.xww()
ivec.xwx()
ivec.xwy()
ivec.xwz()
ivec.xxw()
ivec.xxx()
ivec.xxy()
ivec.xxz()
ivec.xyw()
ivec.xyx()
ivec.xyy()
ivec.xyz()
ivec.xzw()
ivec.xzx()
ivec.xzy()
ivec3.y
(int y) ivec.yww()
ivec.ywx()
ivec.ywy()
ivec.ywz()
ivec.yxw()
ivec.yxx()
ivec.yxy()
ivec.yxz()
ivec.yyw()
ivec.yyx()
ivec.yyy()
ivec.yyz()
ivec.yzw()
ivec.yzx()
ivec.yzy()
ivec3.z
(int z) ivec.zww()
ivec.zwx()
ivec.zwy()
ivec.zwz()
ivec.zxw()
ivec.zxx()
ivec.zxy()
ivec.zxz()
ivec.zyw()
ivec.zyx()
ivec.zyy()
ivec.zyz()
ivec.zzw()
ivec.zzx()
ivec.zzy()
ivec.zzz()
Methods in rope.vector with parameters of type ivec3Modifier and TypeMethodDescriptionboolean
boolean
return true if the vector this and vector target are in the same vector areaConstrains a value to not exceed a maximum and minimum value.boolean
equalsrandom