Main Page   Namespace List   Compound List   File List   Compound Members   File Members  

VERTEX Class Reference

#include <vertex.h>

List of all members.

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


Constructor & Destructor Documentation

VERTEX::VERTEX float    x = 0,
float    y = 0,
float    z = 0,
float    nx = 0,
float    ny = 0,
float    nz = 0
 

Definition at line 5 of file vertex.cpp.

00006 :
00007     x(sx),
00008     y(sy),
00009     z(sz),
00010     nx(snx),
00011     ny(sny),
00012     nz(snz)
00013 {
00014 }

VERTEX::~VERTEX  
 

Definition at line 16 of file vertex.cpp.

00017 {
00018 }


Member Data Documentation

float VERTEX::nx
 

Definition at line 15 of file vertex.h.

Referenced by GetNorm(), and POLYGON::SetNormal().

float VERTEX::ny
 

Definition at line 16 of file vertex.h.

Referenced by GetNorm(), and POLYGON::SetNormal().

float VERTEX::nz
 

Definition at line 17 of file vertex.h.

Referenced by GetNorm(), and POLYGON::SetNormal().

float VERTEX::x
 

Definition at line 12 of file vertex.h.

Referenced by POLYGON::GetNormal(), SetGLScene(), and POLYGON::SetNormal().

float VERTEX::y
 

Definition at line 13 of file vertex.h.

Referenced by POLYGON::GetNormal(), SetGLScene(), and POLYGON::SetNormal().

float VERTEX::z
 

Definition at line 14 of file vertex.h.

Referenced by POLYGON::GetNormal(), SetGLScene(), and POLYGON::SetNormal().


The documentation for this class was generated from the following files:
Generated on Fri Dec 23 05:22:20 2005 for Template by doxygen1.2.15