Package | org.rapidphysics.results |
Class | public class RayCircleResult |
Inheritance | RayCircleResult ![]() |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
RayCircleResult | |||
reset():void | RayCircleResult |
intersectCount | property |
public var intersectCount:uint
How many intersections were encountered: 0, 1, or 2
point1 | property |
public var point1:Point
The point of entry Or, the beginning of the ray, inside the circle
point2 | property |
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
RayCircleResult | () | Constructor |
public function RayCircleResult()
reset | () | method |
public function reset():void