Struct quake3_loader::Node [] [src]

pub struct Node {
    pub plane: i32,
    pub children: [i32; 2],
    pub mins: [i32; 3],
    pub maxs: [i32; 3],
}

Fields

Trait Implementations

impl Debug for Node
[src]

[src]

Formats the value using the given formatter.