constructor(x: Boolean, y: Boolean, z: Boolean)
Constructs a new Bool3 instance with the specified x, y, z components.
constructor(value: Boolean)
Constructs a Bool3 instance where all three values (x, y, z) are set to the specified boolean value.
constructor(other: Bool3) Constructs a Bool3 instance by copying values from another Bool3 instance.