#include <captypes.h>
Class Description
- See also:
- Class Spline3D, Working with
Shapes and Splines.
- Description:
- A support class for the PatchCapper. All methods of this
class are implemented by the system.
Public Member Functions
|
|
PatchCapPoly
() |
CoreExport
void |
Init
(Spline3D
&spline) |
CoreExport |
~PatchCapPoly
() |
CoreExport
void |
SetVert
(int index, int vertex) |
CoreExport
void |
SetVec
(int index, int vector) |
Public Attributes
|
int |
numVerts |
|
The number of vertices.
|
int |
numVecs |
|
The number of vectors.
|
int * |
verts |
|
List of verts in patch mesh corresponding to
verts in the spline (1 per vert)
|
int * |
vecs |
|
List of vecs in patch mesh corresponding to
vecs in the spline (1 per vector)
|
Constructor & Destructor Documentation
Member Function Documentation
CoreExport void Init |
( |
Spline3D & |
spline |
) |
|
CoreExport void SetVert |
( |
int |
index, |
|
|
int |
vertex |
|
) |
|
|
- Parameters:
- int index
The index into the shape.
int vertex
The corresponding index into the mesh.
CoreExport void SetVec |
( |
int |
index, |
|
|
int |
vector |
|
) |
|
|
- Parameters:
- int index
The index into the shape.
int vector
The corresponding index into the patch.
Member Data Documentation
List of verts in patch mesh corresponding to verts in the spline
(1 per vert)
List of vecs in patch mesh corresponding to vecs in the spline
(1 per vector)