#include <SimpleArrow.h>
Inheritance diagram for SimpleArrow:

Public Member Functions | |
| SimpleArrow (double size) | |
| ~SimpleArrow () | |
| void | Draw () |
| double | GetBoundingRadius () |
| BoundingBox | GetBoundingBox () |
Private Member Functions | |
| SimpleArrow () | |
Private Attributes | |
| double | size |
A simple arrow like object that has its tip at (0, 0, 0).
Definition at line 17 of file SimpleArrow.h.
|
|
Constuctor: Brings the object into a consistent state.
Definition at line 3 of file SimpleArrow.cpp. |
|
|
Destructor. Definition at line 8 of file SimpleArrow.cpp. |
|
|
Hide the default constructor. |
|
|
Implementation of the Draw routine. Reimplemented from RawObject. Definition at line 13 of file SimpleArrow.cpp. |
|
|
Implementation of the GetBoundingBox routine. Reimplemented from RawObject. Definition at line 59 of file SimpleArrow.cpp. |
|
|
Implementation of the GetBoundingRadius routine. Reimplemented from RawObject. Definition at line 54 of file SimpleArrow.cpp. |
|
|
Size of the arrow. Definition at line 52 of file SimpleArrow.h. |
1.4.6-NO