FS2_Open
Open source remastering of the Freespace 2 engine
bitmap_rect_list Struct Reference

#include <tmapper.h>

Public Member Functions

 bitmap_rect_list (float X, float Y, float W, float H)
 
 bitmap_rect_list (int X=0, int Y=0, int W=-1, int H=-1, float TX=0.0f, float TY=0.0f, float TW=1.0f, float TH=1.0f)
 

Public Attributes

bitmap_2d_list screen_rect
 
texture_rect_list texture_rect
 

Detailed Description

Definition at line 124 of file tmapper.h.

Constructor & Destructor Documentation

bitmap_rect_list::bitmap_rect_list ( float  X,
float  Y,
float  W,
float  H 
)
inline

Definition at line 125 of file tmapper.h.

bitmap_rect_list::bitmap_rect_list ( int  X = 0,
int  Y = 0,
int  W = -1,
int  H = -1,
float  TX = 0.0f,
float  TY = 0.0f,
float  TW = 1.0f,
float  TH = 1.0f 
)
inline

Definition at line 126 of file tmapper.h.

Member Data Documentation

bitmap_2d_list bitmap_rect_list::screen_rect

Definition at line 127 of file tmapper.h.

texture_rect_list bitmap_rect_list::texture_rect

Definition at line 128 of file tmapper.h.


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