#include <vert.h>
Public Types | |
| enum | FLAGS { USER = (1<<16) } |
Public Member Functions | |
| Vert () | |
| Constructor. | |
| Vert (GMT::Point3F vv) | |
| Constructor. | |
| Vert & | operator= (const Vert &scv) |
| Operator = overload. | |
| int | Save (SceneSave *scene_save) |
| Saves the info for this class. | |
| int | Load (SceneLoad *scene_load) |
| Loads the info for this class. | |
Public Attributes | |
| GMT::Point3F | v |
| The position of the vert. | |
Please add comments here
| enum ScEng::Vert::FLAGS |
| ScEng::Vert::Vert | ( | GMT::Point3F | vv | ) |
Constructor.
| vv | the position for the vert |
1.5.1-p1