#include <captypes.h>
Patch cap vectors.
When a patch cap is generated, new interior vectors will be generated within the patch, and patch edges within the cap will have new vectors. Patch edges along the edges of the originating bezier shape will use existing vectors. This class provides information on which is which. All methods of this class are implemented by the system.
Public Member Functions |
|
PatchCapVec () | |
PatchCapVec (int t, int p, int i) | |
bool | operator== (const PatchCapVec &b) const |
Public Attributes |
|
int | type |
Capping types supported. See Shape Capping Types. |
|
int | poly |
Polygon number for ORIGINAL. |
|
int | index |
Index for ORIGINAL or into newVecs table.
|
PatchCapVec | ( | ) | [inline] |
{}
PatchCapVec | ( | int | t, |
int | p, | ||
int | i | ||
) | [inline] |
bool operator== | ( | const PatchCapVec & | b | ) | const [inline] |
int type |
Capping types supported. See Shape Capping Types.
int poly |
Polygon number for ORIGINAL.
int index |
Index for ORIGINAL or into newVecs table.