Trait crayon::math::plane::PlaneBound [] [src]

pub trait PlaneBound<S: BaseFloat>: Debug {
    fn relate(&self, _: Plane<S>) -> PlaneRelation;
}

Generic 3D bound.

Required Methods

Classify the spatial relation with a plane.

Implementations on Foreign Types

impl<S: BaseFloat> PlaneBound<S> for Point3<S>
[src]

[src]

Implementors