#include <basic/geometry/IGS/IGS_Polygon.h>
Inherits IGS_Object.
Inheritance diagram for IGS_Polygon:
Public Member Functions | |
int | AddVertex (const Vector4 &vector) |
virtual void | Prepare (const IGS_Controller &controller) |
virtual void | Render (const IGS_Controller &controller) const |
Public Attributes | |
std::vector< Vector4 > | vertexes |
Definition at line 9 of file IGS_Polygon.h.
|
Definition at line 64 of file IGS_Polygon.cpp. References vertexes. |
|
Reimplemented from IGS_Object. Definition at line 172 of file IGS_Polygon.cpp. |
|
Implements IGS_Object. Definition at line 182 of file IGS_Polygon.cpp. References vertexes. |
|
Definition at line 13 of file IGS_Polygon.h. Referenced by AddVertex(), and Render(). |