Trait crayon::math::plane::PlaneBound

source ·
pub trait PlaneBound<S: BaseFloat>: Debug {
    fn relate(&self, plane: Plane<S>) -> PlaneRelation;
}
Expand description

Generic 3D bound.

Required Methods§

Classify the spatial relation with a plane.

Implementations on Foreign Types§

Implementors§