Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csClipInfo Struct Reference
Structure for use with ClipToPlane. More...
#include <csgeom/frustum.h>
Public Member Functions | |
void | Copy (csClipInfo &other) |
Copy the information from another clipinfo instance to this one. | |
csClipInfo () | |
void | Dump (int indent) |
void | Move (csClipInfo &other) |
Move the information from another clipinfo instance to this one. | |
~csClipInfo () | |
Public Attributes | |
csClipType | type |
csClipInfo * | ci1 |
csClipInfo * | ci2 |
int | i1 |
int | i2 |
int | idx |
float | r |
Detailed Description
Structure for use with ClipToPlane.This structure is used in addition to a vertex to give additional information about how to interpolate additional information that goes with the vertex.
Definition at line 69 of file frustum.h.
Member Function Documentation
|
Copy the information from another clipinfo instance to this one.
Definition at line 85 of file frustum.h. References inside, onedge, original, and type. |
|
Move the information from another clipinfo instance to this one.
Definition at line 105 of file frustum.h. References inside, onedge, original, and type. |
The documentation for this struct was generated from the following file:
- csgeom/frustum.h
Generated for Crystal Space by doxygen 1.4.4