Function bvec3
pub const fn bvec3(x: bool, y: bool, z: bool) -> BoolVector3D
Available on crate feature
geometry
only.Expand description
Shorthand for BoolVector3D { x, y, z }
.
pub const fn bvec3(x: bool, y: bool, z: bool) -> BoolVector3D
geometry
only.Shorthand for BoolVector3D { x, y, z }
.