Uses of Class
toxi.geom.Line2D

Packages that use Line2D
toxi.geom   
 

Uses of Line2D in toxi.geom
 

Methods in toxi.geom that return Line2D
 Line2D Line2D.copy()
           
 Line2D Rect.getEdge(int id)
          Returns one of the rectangles edges as Line2D.
 Line2D Line2D.offsetAndGrowBy(float offset, float scale, Vec2D ref)
           
 Line2D Line2D.scale(float scale)
           
 Line2D Line2D.set(Vec2D a, Vec2D b)
           
 Line2D Ray2D.toLine2DWithPointAtDistance(float dist)
          Converts the ray into a 2D Line segment with its start point coinciding with the ray origin and its other end point at the given distance along the ray.
 

Methods in toxi.geom with parameters of type Line2D
 Line2D.LineIntersection Line2D.intersectLine(Line2D l)
          Computes intersection between this and the given line.