#include <vertex.h>
Public Methods | |
| VERTEX (float x=0, float y=0, float z=0, float nx=0, float ny=0, float nz=0) | |
| ~VERTEX () | |
Public Attributes | |
| float | x |
| float | y |
| float | z |
| float | nx |
| float | ny |
| float | nz |
|
||||||||||||||||||||||||||||
|
Definition at line 5 of file vertex.cpp.
|
|
|
Definition at line 16 of file vertex.cpp.
00017 {
00018 }
|
|
|
Definition at line 15 of file vertex.h. Referenced by GetNorm(), and POLYGON::SetNormal(). |
|
|
Definition at line 16 of file vertex.h. Referenced by GetNorm(), and POLYGON::SetNormal(). |
|
|
Definition at line 17 of file vertex.h. Referenced by GetNorm(), and POLYGON::SetNormal(). |
|
|
Definition at line 12 of file vertex.h. Referenced by POLYGON::GetNormal(), SetGLScene(), and POLYGON::SetNormal(). |
|
|
Definition at line 13 of file vertex.h. Referenced by POLYGON::GetNormal(), SetGLScene(), and POLYGON::SetNormal(). |
|
|
Definition at line 14 of file vertex.h. Referenced by POLYGON::GetNormal(), SetGLScene(), and POLYGON::SetNormal(). |
1.2.15