Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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>

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.

Definition at line 36 of file Overlay.h.

Constructor & Destructor Documentation

SOverlayLine::SOverlayLine ( )
inline

Definition at line 38 of file Overlay.h.

Member Function Documentation

void SOverlayLine::PushCoords ( const CVector3D v)
inline

Definition at line 44 of file Overlay.h.

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

Definition at line 45 of file Overlay.h.

Member Data Documentation

CColor SOverlayLine::m_Color

Definition at line 40 of file Overlay.h.

std::vector<float> SOverlayLine::m_Coords

Definition at line 41 of file Overlay.h.

u8 SOverlayLine::m_Thickness

Definition at line 42 of file Overlay.h.


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