Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

vertex Struct Reference

The definition of a vertex a vertex. More...

List of all members.

Public Attributes

float x
float y
float z


Detailed Description

The definition of a vertex a vertex.

Definition at line 66 of file visualThread.cpp.

00067 {
00068     float x; 
00069     float y; 
00070     float z; 
00071     }

Member Data Documentation

float vertex::x

The value on the X axis

Definition at line 68 of file visualThread.cpp.

float vertex::y

The value on the Y axis

Definition at line 69 of file visualThread.cpp.

float vertex::z

The value on the Z axis

Definition at line 70 of file visualThread.cpp.


The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:27 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000