FACT++  1.0
void FilterLed::DrawHexagon ( const Ring c,
double  r,
uint8_t  col 
) const

Definition at line 205 of file FilterLed.cc.

References Ring::GetX(), and Ring::GetY().

206 {
207  DrawHexagon(l.GetX(), l.GetY(), r, col);
208 }
void DrawHexagon(float cx, float cy, float r, uint8_t col=0x40) const
Definition: FilterLed.cc:190

+ Here is the call graph for this function: