Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DrawContext Struct Reference

#include <matrix.h>

Public Member Functions

 DrawContext ()
 
 DrawContext (const Matrix &a, GFXVertexList *vl)
 

Public Attributes

Matrix m
 
class GFXVertexListvlist
 

Detailed Description

Definition at line 405 of file matrix.h.

Constructor & Destructor Documentation

DrawContext::DrawContext ( )
inline

Definition at line 409 of file matrix.h.

409 {}
DrawContext::DrawContext ( const Matrix a,
GFXVertexList vl 
)
inline

Definition at line 410 of file matrix.h.

410  : m( a )
411  , vlist( vl ) {}

Member Data Documentation

Matrix DrawContext::m

Definition at line 407 of file matrix.h.

Referenced by Logo::ProcessDrawQueue().

class GFXVertexList* DrawContext::vlist

Definition at line 408 of file matrix.h.

Referenced by Logo::ProcessDrawQueue().


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