#include <polyline.h>
Public Types | |
| enum | FLAGS { SEL = (1<<0), USER = (1<<16) } |
| Enum FLAGS. More... | |
| enum | CHUNKS { SEGMENT_CHUNKID = 0x00000010, FLAGS_CHUNKID = 0x00000020, VERT_0_CHUNKID = 0x00000030, VERT_1_CHUNKID = 0x00000040 } |
| Enum Chunks. More... | |
Public Member Functions | |
| Segment & | operator= (const Segment &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. | |
A segment is a straight line that connects two vertices in the polyline.
Enum FLAGS.
Enum all the possible states for this PolyLine segment
1.5.1-p1