Enum cgmath_culling::Intersection
[−]
[src]
pub enum Intersection {
Inside,
Partial,
Outside,
}Variants
Insidefully inside the frustum
PartialPartially inside the frustum
OutsideFully outside the frustum
Trait Implementations
impl Debug for Intersection[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more