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

#include <Drawables.h>

Public Member Functions

 Line3D ()
 
 Line3D (const Line3D &b)
 
 ~Line3D ()
 
void SetStart (const vector3f &)
 
void SetEnd (const vector3f &)
 
void SetColor (const Color &)
 
void Draw (Renderer *, RenderState *)
 

Constructor & Destructor Documentation

◆ Line3D() [1/2]

Graphics::Drawables::Line3D::Line3D ( )

◆ Line3D() [2/2]

Graphics::Drawables::Line3D::Line3D ( const Line3D b)

◆ ~Line3D()

Graphics::Drawables::Line3D::~Line3D ( )
inline

Member Function Documentation

◆ Draw()

void Graphics::Drawables::Line3D::Draw ( Renderer r,
RenderState rs 
)
Here is the call graph for this function:

◆ SetColor()

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

◆ SetEnd()

void Graphics::Drawables::Line3D::SetEnd ( const vector3f e)

◆ SetStart()

void Graphics::Drawables::Line3D::SetStart ( const vector3f s)

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