#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 () | |
| VERTEX & | operator= (const VERTEX &Vertex) |
Public Attributes | |
| VECTOR | coords |
| VECTOR | normal |
| float | u |
| float | v |
|
||||||||||||||||||||||||||||
|
Definition at line 5 of file vertex.cpp. References coords, normal, VECTOR::x, VECTOR::y, and VECTOR::z.
|
|
|
Definition at line 15 of file vertex.cpp.
00016 {
00017 }
|
|
|
Definition at line 20 of file vertex.h. References coords, normal, u, and v.
|
|
|
Definition at line 14 of file vertex.h. Referenced by CheckForCollision(), POLYGON::GetNormal(), line_plane_collision(), operator=(), SelectPolygon(), SetGLWorld(), POLYGON::SetNormal(), and VERTEX(). |
|
|
Definition at line 15 of file vertex.h. Referenced by GetNorm(), line_plane_collision(), operator=(), SelectPolygon(), POLYGON::SetNormal(), and VERTEX(). |
|
|
Definition at line 16 of file vertex.h. Referenced by operator=(). |
|
|
Definition at line 17 of file vertex.h. Referenced by operator=(). |
1.2.15