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]

Initializes a new PointProjection.