Function bvec2
pub const fn bvec2(x: bool, y: bool) -> BoolVector2DAvailable on crate feature 
geometry only.Expand description
Shorthand for BoolVector2D { x, y }.
pub const fn bvec2(x: bool, y: bool) -> BoolVector2Dgeometry only.Shorthand for BoolVector2D { x, y }.