#include <captypes.h>
Patch cap vertices.
These can be original vertices from the BezierShape or new free vertices in the center of the BezierShape. All methods of this class are implemented by the system.
Public Member Functions |
|
PatchCapVert () | |
PatchCapVert (int t, int p, int i) | |
bool | operator== (const PatchCapVert &b) const |
Public Attributes |
|
int | type |
Capping types supported. See Shape Capping Types. |
|
int | poly |
The polygon number (ORIGINAL or EDGE)
|
|
int | index |
The index of the vertex (ORIGINAL) or the
segment for the EDGE vertex. |
PatchCapVert | ( | ) | [inline] |
{}
PatchCapVert | ( | int | t, |
int | p, | ||
int | i | ||
) | [inline] |
bool operator== | ( | const PatchCapVert & | b | ) | const [inline] |
int type |
Capping types supported. See Shape Capping Types.
int poly |
The polygon number (ORIGINAL or EDGE)
int index |
The index of the vertex (ORIGINAL) or the segment for the EDGE vertex.