Struct quake3_loader::Plane [] [src]

pub struct Plane {
    pub normal: [f32; 3],
    pub dist: f32,
}

Fields

Trait Implementations

impl Debug for Plane
[src]

[src]

Formats the value using the given formatter.