Struct lyon::tessellation::math::BoolVec4
[−]
[src]
pub struct BoolVec4 {
pub x: bool,
pub y: bool,
pub z: bool,
pub w: bool,
}Fields
x: bool
y: bool
z: bool
w: bool