Planeshift
psScanline Struct Reference

This struct just stores the left and right side of each line in a psRegion. More...

#include <texfactory.h>

Public Member Functions

 psScanline ()
 
 psScanline (int l, int r, int h)
 

Public Attributes

int x1
 
int x2
 
int y
 

Detailed Description

This struct just stores the left and right side of each line in a psRegion.

Definition at line 95 of file texfactory.h.

Constructor & Destructor Documentation

psScanline::psScanline ( )
inline

Definition at line 99 of file texfactory.h.

psScanline::psScanline ( int  l,
int  r,
int  h 
)
inline

Definition at line 101 of file texfactory.h.

Member Data Documentation

int psScanline::x1

Definition at line 97 of file texfactory.h.

int psScanline::x2

Definition at line 97 of file texfactory.h.

int psScanline::y

Definition at line 97 of file texfactory.h.


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