#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 | |
| int | numVertices |
| float | x |
| float | y |
| float | z |
| float | nx |
| float | ny |
| float | nz |
| float | u |
| float | v |
|
||||||||||||||||||||||||||||
|
Definition at line 6 of file vertex.cpp.
|
|
|
Definition at line 18 of file vertex.cpp.
00019 {
00020 }
|
|
|
|
|
|
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 18 of file vertex.h. Referenced by GetNorm(), and POLYGON::SetNormal(). |
|
|
|
|
|
|
|
|
Definition at line 13 of file vertex.h. Referenced by POLYGON::CheckForCollision(), Child2DWndProc(), POLYGON::GetMidPoint(), POLYGON::GetNormal(), POLYGON::SetNormal(), and SetVertices(). |
|
|
Definition at line 14 of file vertex.h. Referenced by POLYGON::CheckForCollision(), Child2DWndProc(), POLYGON::GetMidPoint(), POLYGON::GetNormal(), POLYGON::SetNormal(), and SetVertices(). |
|
|
Definition at line 15 of file vertex.h. Referenced by POLYGON::CheckForCollision(), Child2DWndProc(), POLYGON::GetMidPoint(), POLYGON::GetNormal(), POLYGON::SetNormal(), and SetVertices(). |
1.2.15