Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
SOverlayLine Struct Reference

Line-based overlay, with world-space coordinates, rendered in the world potentially behind other objects. More...

#include <Overlay.h>

Collaboration diagram for SOverlayLine:
Collaboration graph
[legend]

Public Member Functions

 SOverlayLine ()
 
void PushCoords (const CVector3D &v)
 
void PushCoords (const float x, const float y, const float z)
 

Public Attributes

CColor m_Color
 
std::vector< float > m_Coords
 
u8 m_Thickness
 

Detailed Description

Line-based overlay, with world-space coordinates, rendered in the world potentially behind other objects.

Designed for selection circles and debug info.

Constructor & Destructor Documentation

SOverlayLine::SOverlayLine ( )
inline

Member Function Documentation

void SOverlayLine::PushCoords ( const CVector3D v)
inline
void SOverlayLine::PushCoords ( const float  x,
const float  y,
const float  z 
)
inline

Member Data Documentation

CColor SOverlayLine::m_Color
std::vector<float> SOverlayLine::m_Coords
u8 SOverlayLine::m_Thickness

The documentation for this struct was generated from the following file: