Struct frustum_query::frustum::Frustum [] [src]

pub struct Frustum { /* fields omitted */ }

Frustum

A data structure for six planes of the view frustum

Methods

impl Frustum
[src]

Create a frustum given the product of the modelview and projection as a float array

Create a frustum from column major modelview and projection float arrays matrices

Create a frustum from 2-dimensional column-major modelview and projection float arrays

A point is intersecting the renderable region of the frustum

A sphere is intersecting the renderable region of the frustum

Trait Implementations

impl Debug for Frustum
[src]

Formats the value using the given formatter.