24#ifndef GRAPHICS_PRIMITIVES_GCIRCLE_H_
25#define GRAPHICS_PRIMITIVES_GCIRCLE_H_
45 gCircle(
float xCenter,
float yCenter,
float radius,
bool isFilled,
float numberOfSides = 64.0f);
53 void setPoints(
float xCenter,
float yCenter,
float radius,
bool isFilled,
float numberOfSides = 64.0f);
66 void draw(
float xCenter,
float yCenter,
float radius,
bool isFilled,
float numberOfSides = 64.0f);
83 void setCirclePoints(
float xCenter,
float yCenter,
float radius,
bool isFilled,
float numberOfSides = 64.0f);
void setPoints(float xCenter, float yCenter, float radius, bool isFilled, float numberOfSides=64.0f)
void draw(float xCenter, float yCenter, float radius, bool isFilled, float numberOfSides=64.0f)
gCircle(float xCenter, float yCenter, float radius, bool isFilled, float numberOfSides=64.0f)