drawCross

Draw a vertical cross (like this: +) with the indicated size.

void
drawCross
(
const Vec2f center
,
float length
,
const Color color
,
float alpha = 1f
)

Meta