Packageorg.rapidphysics.results
Classpublic class RayCircleResult
InheritanceRayCircleResult Inheritance Object

RayCircle Intersections are complicated enough for us to need an Object with multiple properties



Public Properties
 PropertyDefined By
  intersectCount : uint
How many intersections were encountered: 0, 1, or 2
RayCircleResult
  point1 : Point
The point of entry Or, the beginning of the ray, inside the circle
RayCircleResult
  point2 : Point
The point of exit (if it is not a tangent collision) Or, the end point of the line inside the circle
RayCircleResult
Public Methods
 MethodDefined By
  
RayCircleResult
  
reset():void
RayCircleResult
Property Detail
intersectCountproperty
public var intersectCount:uint

How many intersections were encountered: 0, 1, or 2

point1property 
public var point1:Point

The point of entry Or, the beginning of the ray, inside the circle

point2property 
public var point2:Point

The point of exit (if it is not a tangent collision) Or, the end point of the line inside the circle

Constructor Detail
RayCircleResult()Constructor
public function RayCircleResult()



Method Detail
reset()method
public function reset():void