#include <Compounds.h>
| Arrow::Arrow |
( |
double |
size_off = 8., |
|
|
double |
size_back = 10., |
|
|
double |
width = 1., |
|
|
const color & |
color = color(0, 0, 0) |
|
) |
| |
|
inline |
- Parameters
-
| size_off | distance off the shaft for end of arrowhead (pts) |
| size_back | distance back from the end of the shaft for the end of the arrowhead (pts) |
| width | line width for the arrow |
| color | color of the arrow |
Method to draw an arrow.
- Parameters
-
| board | whiteboard to display the arrow on |
| from | starting coordinates of the arrow |
| to | ending coordinates of the arrow |
| double Arrow::m_size_back |
|
private |
The documentation for this class was generated from the following file: