Struct client::SimpleCull [] [src]

pub struct SimpleCull {
    // some fields omitted
}

Methods

impl SimpleCull
[src]

fn new() -> SimpleCull

fn set_up(&mut self, cam_pos: Point3f, look_at: Vector3f, fov: f32)

fn is_vis(&self, points: [&Point3f; 8]) -> LOCATION