Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
VisPolyClass Class Reference

Public Member Functions

void Reset (void)
 
void Add_Vertex (const Vector3 &point)
 
void Clip (const PlaneClass &plane, VisPolyClass &dest) const
 

Public Attributes

SimpleDynVecClass< Vector3Verts
 

Detailed Description

VisPolyClass - This class is used to clip polygons as they are sent through the vis rasterization system

Definition at line 49 of file visrasterizer.cpp.

Member Function Documentation

◆ Add_Vertex()

void VisPolyClass::Add_Vertex ( const Vector3 & point)

Definition at line 65 of file visrasterizer.cpp.

◆ Clip()

void VisPolyClass::Clip ( const PlaneClass & plane,
VisPolyClass & dest ) const

Definition at line 70 of file visrasterizer.cpp.

◆ Reset()

void VisPolyClass::Reset ( void )

Definition at line 60 of file visrasterizer.cpp.

Member Data Documentation

◆ Verts

SimpleDynVecClass<Vector3> VisPolyClass::Verts

Definition at line 56 of file visrasterizer.cpp.


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