bitmask
Returns a bitmask with the lowest 3 bits set from the elements of
self
. A true element results in a1
bit and a false element in a0
bit. Elementx
goes into the first lowest bit, elementy
into the second, etc.
Arguments
- _self :
BVec3A
- No Documentation 🚧
Returns
- arg0 :
u32
- No Documentation 🚧