#include <BoxIntersector.h>

Public Member Functions |
|
| BoxIntersector () | |
| virtual int | intersect (awScene::GroupRef root, int start_x, int start_y, int end_x, int end_y)=0 |
| virtual awScene::NodeRef | getHit (int i) const =0 |
Protected Member Functions |
|
| virtual | ~BoxIntersector () |
| BoxIntersector | ( | ) |
| virtual ~BoxIntersector | ( | ) | [protected, virtual] |
| virtual int intersect | ( | awScene::GroupRef | root, |
| int | start_x, | ||
| int | start_y, | ||
| int | end_x, | ||
| int | end_y | ||
| ) | [pure virtual] |
| virtual awScene::NodeRef getHit | ( | int | i | ) | const [pure virtual] |