#include <frustum.h>
Public Methods | |
csClipInfo () | |
void | Clear () |
~csClipInfo () | |
void | Copy (csClipInfo &other) |
Copy the information from another clipinfo instance to this one. | |
void | Move (csClipInfo &other) |
Move the information from another clipinfo instance to this one. | |
void | Dump (int indent) |
Public Attributes | |
int | type |
int | idx |
struct { | |
int idx | |
} | original |
int | i1 |
int | i2 |
float | r |
struct { | |
int i1 | |
int i2 | |
float r | |
} | onedge |
csClipInfo* | ci1 |
csClipInfo * | ci2 |
struct { | |
csClipInfo* ci1 | |
csClipInfo * ci2 | |
float r | |
} | inside |
This structure is used in addition to a vertex to give additional information about how to interpolate additional information that goes with the vertex.