Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
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:

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< CVector3Dm_Coords
 
float m_Thickness
 

Detailed Description

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

Designed for debug info.

Constructor & Destructor Documentation

◆ SOverlayLine()

SOverlayLine::SOverlayLine ( )
inline

Member Function Documentation

◆ PushCoords() [1/2]

void SOverlayLine::PushCoords ( const CVector3D v)
inline

◆ PushCoords() [2/2]

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

Member Data Documentation

◆ m_Color

CColor SOverlayLine::m_Color

◆ m_Coords

std::vector<CVector3D> SOverlayLine::m_Coords

◆ m_Thickness

float SOverlayLine::m_Thickness

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