Trait collision::Projection [] [src]

pub trait Projection<S: BaseFloat>: Into<Matrix4<S>> {
    fn to_frustum(&self) -> Frustum<S>;
}

Required Methods

fn to_frustum(&self) -> Frustum<S>

Implementors