#include <vpvertex3d.h>
Inheritance diagram for VPVertex3D:
Public Member Functions | |
VPVertex3D (void) | |
VPVertex3D (float x, float y, float z) | |
VPVertex3D (VPVertex3D *v) | |
VPVertex3D (float x, float y, float z, short int color[4]) | |
VPVertex3D (float x, float y, float z, VPPoint3D n) | |
VPVertex3D (float x, float y, float z, short int c[4], VPVector3D n) | |
short int * | vpGetColor (void) |
VPVector3D * | vpGetNormal (void) |
void | vpSetColor (short int *c) |
void | vpSetNormal (VPVector3D *n) |
Definition at line 31 of file vpvertex3d.h.
|
Definition at line 20 of file vpvertex3d.cpp. References VPPoint3D::x, VPPoint3D::y, and VPPoint3D::z. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|