pub const fn bvec2(x: bool, y: bool) -> BoolVector2D
Available on crate feature canvas only.
Expand description

Shorthand for BoolVector2D { x, y }.