Trait collision::ComputeBound [] [src]

pub trait ComputeBound<B> where
    B: Bound
{ fn compute_bound(&self) -> B; }

Utilities for computing bounding volumes of primitives

Required Methods

Compute the bounding volume

Implementors