Pioneer
Public Member Functions | List of all members
Graphics::Drawables::Circle Class Reference

#include <Drawables.h>

Public Member Functions

 Circle (Renderer *renderer, const float radius, const Color &c, RenderState *state)
 
 Circle (Renderer *renderer, const float radius, const float x, const float y, const float z, const Color &c, RenderState *state)
 
 Circle (Renderer *renderer, const float radius, const vector3f &center, const Color &c, RenderState *state)
 
void Draw (Renderer *renderer)
 

Constructor & Destructor Documentation

◆ Circle() [1/3]

Graphics::Drawables::Circle::Circle ( Renderer renderer,
const float  radius,
const Color c,
RenderState state 
)
Here is the call graph for this function:

◆ Circle() [2/3]

Graphics::Drawables::Circle::Circle ( Renderer renderer,
const float  radius,
const float  x,
const float  y,
const float  z,
const Color c,
RenderState state 
)
Here is the call graph for this function:

◆ Circle() [3/3]

Graphics::Drawables::Circle::Circle ( Renderer renderer,
const float  radius,
const vector3f center,
const Color c,
RenderState state 
)
Here is the call graph for this function:

Member Function Documentation

◆ Draw()

void Graphics::Drawables::Circle::Draw ( Renderer renderer)
Here is the call graph for this function:

The documentation for this class was generated from the following files: