Function zng_layout::unit::euclid::bvec3
pub const fn bvec3(x: bool, y: bool, z: bool) -> BoolVector3D
Expand description
Shorthand for BoolVector3D { x, y, z }
.
pub const fn bvec3(x: bool, y: bool, z: bool) -> BoolVector3D
Shorthand for BoolVector3D { x, y, z }
.