Uses of Class
toxi.geom.Ray2D

Packages that use Ray2D
toxi.geom   
 

Uses of Ray2D in toxi.geom
 

Methods in toxi.geom that return Ray2D
 Ray2D Ray2D.setDirection(ReadonlyVec2D d)
          Uses a normalized copy of the given vector as the ray direction.
 Ray2D Line2D.toRay2D()
           
 

Methods in toxi.geom with parameters of type Ray2D
 boolean Intersector2D.intersectsRay(Ray2D ray)
          Check if entity intersects with the given ray
 boolean CircleIntersector.intersectsRay(Ray2D ray)
           
 ReadonlyVec2D Rect.intersectsRay(Ray2D ray, float minDist, float maxDist)
          Checks if the rectangle intersects with the given ray and if so computes the first intersection point.