Enum ncollide::query::point_internal::SegmentPointLocation [] [src]

pub enum SegmentPointLocation<N> where
    N: Real, 
{ OnVertex(usize), OnEdge(usize[N; 2]), OnSolid, }

Logical description of the location of a point on a triangle.

Variants

The point lies on a vertex.

The point lies on the segment interior.

The point lies on the segment interior (for "solid" point queries).