#include <vpface.h>
Public Member Functions | |
VPFace (void) | |
VPFace (int numvertices, VPVertex3D *...) | |
VPFace (int numedges, VPEdge *...) | |
VPFace (list< VPVertex3D > *v) | |
VPFace (list< VPEdge > *e) | |
short int * | vpGetColor (void) |
VPVector3D * | vpGetNormal (void) |
void | vpSetColor (short int *c) |
void | vpSetNormal (VPVector3D *n) |
Definition at line 39 of file vpface.h.
|
Definition at line 18 of file vpface.cpp. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|