Uses of Class
rope.vector.bvec3
Packages that use bvec3
-
Uses of bvec3 in rope.core
Modifier and TypeMethodDescriptionRope.greaterThan
(ivec3 x, ivec3 y) Rope.greaterThan
(vec3 x, vec3 y) Rope.greaterThanEqual
(ivec3 x, ivec3 y) Rope.greaterThanEqual
(vec3 x, vec3 y) Rope.lessThanEqual
(ivec3 x, ivec3 y) Rope.lessThanEqual
(vec3 x, vec3 y) -
Uses of bvec3 in rope.vector
Methods in rope.vector that return bvec3Modifier and TypeMethodDescriptionbvec.abc()
bvec3.copy()
copybvec3.inv()
bvec3.set
(boolean arg) bvec3.set
(boolean[] source) bvec3.set
(boolean x, boolean y, boolean z) setbvec3.set_to
(int index, boolean arg) bvec3.swap()
bvec3.swap
(int index) bvec3.swap_x()
bvec3.swap_y()
bvec3.swap_z()
bvec3.x
(boolean x) bvec.xyz()
bvec3.y
(boolean y) bvec3.z
(boolean z) Methods in rope.vector with parameters of type bvec3