Struct quake3_loader::Leaf [] [src]

pub struct Leaf {
    pub cluster: i32,
    pub area: i32,
    pub mins: [i32; 3],
    pub maxs: [i32; 3],
    pub leaf_face: i32,
    pub num_leaf_faces: i32,
    pub leaf_brush: i32,
    pub num_leaf_brushes: i32,
}

Fields

Trait Implementations

impl Debug for Leaf
[src]

Formats the value using the given formatter.