FACT++  1.0
void FilterLed::DrawHexagon ( float  cx,
float  cy,
float  r,
uint8_t  col = 0x40 
) const

Definition at line 190 of file FilterLed.cc.

References MGImage::DrawHexagon().

Referenced by DrawCircle().

191 {
192  MGImage::DrawHexagon(fImg, 768, 576, cx, cy, r, col);
193 }
static void DrawHexagon(UChar_t *buf, int w, int h, Float_t x, Float_t y, Float_t r, UChar_t col, Int_t style=1)
Definition: MGImage.cc:324
uint8_t * fImg
Definition: FilterLed.h:12

+ Here is the call graph for this function:

+ Here is the caller graph for this function: