Uses of Class
rope.vector.bvec4
Packages that use bvec4
-
Uses of bvec4 in rope.core
Modifier and TypeMethodDescriptionRope.greaterThan
(ivec4 x, ivec4 y) Rope.greaterThan
(vec4 x, vec4 y) Rope.greaterThanEqual
(ivec4 x, ivec4 y) Rope.greaterThanEqual
(vec4 x, vec4 y) Rope.lessThanEqual
(ivec4 x, ivec4 y) Rope.lessThanEqual
(vec4 x, vec4 y) -
Uses of bvec4 in rope.vector
Methods in rope.vector that return bvec4Modifier and TypeMethodDescriptionbvec.abcd()
bvec4.copy()
copybvec4.inv()
bvec4.set
(boolean arg) bvec4.set
(boolean[] source) bvec4.set
(boolean x, boolean y, boolean z, boolean w) setbvec4.set_to
(int index, boolean arg) bvec4.swap()
bvec4.swap
(int index) bvec4.swap_w()
bvec4.swap_x()
bvec4.swap_y()
bvec4.swap_z()
bvec4.w
(boolean w) bvec4.x
(boolean x) bvec.xyzw()
bvec4.y
(boolean y) bvec4.z
(boolean z) Methods in rope.vector with parameters of type bvec4