Struct ncollide::query::PointProjection [] [src]

pub struct PointProjection<P> where
    P: Point
{ pub is_inside: bool, pub point: P, }

Description of the projection of a point on a shape.

Fields

Whether or not the point to project was inside of the shape.

The projection result.

Methods

impl<P> PointProjection<P> where
    P: Point
[src]

[src]

Initializes a new PointProjection.

Trait Implementations

impl<P> Copy for PointProjection<P> where
    P: Copy + Point
[src]

impl<P> Clone for PointProjection<P> where
    P: Clone + Point
[src]

[src]

impl<P> Debug for PointProjection<P> where
    P: Debug + Point
[src]

[src]