Type Definition collision::Ray2 [] [src]

type Ray2<S> = Ray<S, Point2<S>, Vector2<S>>;

2D ray

Trait Implementations

impl<S> Discrete<Ray2<S>> for Circle<S> where
    S: BaseFloat
[src]

[src]

Intersection test

impl<S> Continuous<Ray2<S>> for Circle<S> where
    S: BaseFloat
[src]

Result returned by the intersection test

[src]

Intersection test

impl<S> Discrete<Ray2<S>> for ConvexPolygon<S> where
    S: BaseFloat
[src]

[src]

Ray must be in object space

impl<S> Continuous<Ray2<S>> for ConvexPolygon<S> where
    S: BaseFloat
[src]

Result returned by the intersection test

[src]

Ray must be in object space

impl<S> DiscreteTransformed<Ray2<S>> for Primitive2<S> where
    S: BaseFloat
[src]

Point type for transformation of self

[src]

Intersection test for transformed self

impl<S> ContinuousTransformed<Ray2<S>> for Primitive2<S> where
    S: BaseFloat
[src]

Point type for transformation of self

Result of intersection test

[src]

Intersection test for transformed self

impl<S> Discrete<Ray2<S>> for Rectangle<S> where
    S: BaseFloat
[src]

[src]

Ray must be in object space of the rectangle

impl<S> Continuous<Ray2<S>> for Rectangle<S> where
    S: BaseFloat
[src]

Result returned by the intersection test

[src]

Ray must be in object space of the rectangle

impl<S> Discrete<Ray2<S>> for Square<S> where
    S: BaseFloat
[src]

[src]

Ray must be in object space of the rectangle

impl<S> Continuous<Ray2<S>> for Square<S> where
    S: BaseFloat
[src]

Result returned by the intersection test

[src]

Ray must be in object space of the rectangle

impl<S: BaseFloat> Discrete<Ray2<S>> for Line2<S>
[src]

[src]

Intersection test

impl<S: BaseFloat> Continuous<Ray2<S>> for Line2<S>
[src]

Result returned by the intersection test

[src]

Intersection test

impl<S: BaseFloat> Continuous<Line2<S>> for Ray2<S>
[src]

Determines if an intersection between a ray and a line segment is found.

Result returned by the intersection test

[src]

Intersection test

impl<S: BaseFloat> Continuous<Aabb2<S>> for Ray2<S>
[src]

Result returned by the intersection test

[src]

Intersection test

impl<S: BaseFloat> Continuous<Ray2<S>> for Aabb2<S>
[src]

Result returned by the intersection test

[src]

Intersection test

impl<S: BaseFloat> Discrete<Aabb2<S>> for Ray2<S>
[src]

[src]

Intersection test

impl<S: BaseFloat> Discrete<Ray2<S>> for Aabb2<S>
[src]

[src]

Intersection test