euclid

Function bvec2

Source
pub fn bvec2(x: bool, y: bool) -> BoolVector2D
Expand description

Shorthand for BoolVector2D { x, y }.