FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void FilterLed::MarkPoint
(
float
x
,
float
y
,
float
mag
)
const
Definition at line
154
of file
FilterLed.cc
.
155
{
156
const
int
x = (int)(px+.5);
157
const
int
y = (int)(py+.5);
158
const
int
m = (int)(
mag
);
159
160
DrawBox
(x-8, y, x-5, y, m);
161
DrawBox
(x, y+5, x, y+8, m);
162
DrawBox
(x+5, y, x+8, y, m);
163
DrawBox
(x, y-8, x, y-5, m);
164
}
mag
float mag
Definition:
HeadersSQM.h:89
FilterLed::DrawBox
void DrawBox(const int x1, const int y1, const int x2, const int y2, const int col) const
Definition:
FilterLed.cc:147
FilterLed
Generated on Sun Sep 18 2016 20:50:52 for FACT++ by
1.8.11