Ray
Index
Constructors
constructor
Properties
publicdir
publicpos
Methods
publicgetPoint
Returns the point of intersection given the intersection time
Parameters
time: number
Returns Vector
publicintersect
Tests a whether this ray intersects with a line segment. Returns a number greater than or equal to 0 on success. This number indicates the mathematical intersection time.
Parameters
line: LineSegment
The line to test
Returns number
publicintersectPoint
Parameters
line: LineSegment
Returns Vector
A 2D ray that can be cast into the scene to do collision detection