[][src]Type Definition collision::Line2

type Line2<S> = Line<S, Vector2<S>, Point2<S>>;

2D directed line segment

Trait Implementations

impl<S: BaseFloat> Continuous<Ray<S, Point2<S>, Vector2<S>>> for Line2<S>[src]

type Result = Point2<S>

Result returned by the intersection test

impl<S: BaseFloat> Discrete<Ray<S, Point2<S>, Vector2<S>>> for Line2<S>[src]

impl<S> ComputeBound<Aabb2<S>> for Line2<S> where
    S: BaseFloat
[src]

impl<S> Primitive for Line2<S> where
    S: BaseFloat
[src]

type Point = Point2<S>

Point type