vec4b
Lens Studio v1.5.0+
Description
A vector containing 4 boolean values.
Constructor
new vec4b(Boolean x, Boolean y, Boolean z, Boolean w)
: vec4b
Creates a new instance of a vec4b.
Methods
toString()
: String
Returns a string representation of the vector.
Properties
a
: Boolean
Alternate name for the w component.
b
: Boolean
Alternate name for the z component.
g
: Boolean
Alternate name for the y component.
r
: Boolean
Alternate name for the x component.
w
: Boolean
w component of the vec4b.
x
: Boolean
x component of the vec4b.
y
: Boolean
y component of the vec4b.
z
: Boolean
z component of the vec4b.
Still Looking for help?
Visit Support