[][src]Function euclid::bvec3

pub fn bvec3(x: bool, y: bool, z: bool) -> BoolVector3D

Shorthand for BoolVector3D { x, y, z }.