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

#include <Drawables.h>

Public Member Functions

 Disk (Graphics::Renderer *r, Graphics::RenderState *, const Color &c, float radius)
 
 Disk (Graphics::Renderer *r, RefCountedPtr< Material >, Graphics::RenderState *, const int edges=72, const float radius=1.0f)
 
void Draw (Graphics::Renderer *r)
 
void SetColor (const Color &)
 

Constructor & Destructor Documentation

◆ Disk() [1/2]

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

◆ Disk() [2/2]

Graphics::Drawables::Disk::Disk ( Graphics::Renderer r,
RefCountedPtr< Material material,
Graphics::RenderState state,
const int  edges = 72,
const float  radius = 1.0f 
)
Here is the call graph for this function:

Member Function Documentation

◆ Draw()

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

◆ SetColor()

void Graphics::Drawables::Disk::SetColor ( const Color c)

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