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

StandardVertex Struct Reference

#include <vertexc.h>

Collaboration diagram for StandardVertex:

Collaboration graph
[legend]
List of all members.

Public Methods

 StandardVertex ()
 StandardVertex (Vector3C &_p, Vector3C &_n, double _u, double _v)

Public Attributes

Vector3C p
Vector3C n
double u
double v

Constructor & Destructor Documentation

StandardVertex::StandardVertex   [inline]
 

Definition at line 62 of file vertexc.h.

00062 {}

StandardVertex::StandardVertex Vector3C   _p,
Vector3C   _n,
double    _u,
double    _v
[inline]
 

Definition at line 63 of file vertexc.h.

References n, p, u, and v.

00063 : p(_p), n(_n), u(_u), v(_v) {}


Member Data Documentation

Vector3C StandardVertex::n
 

Definition at line 66 of file vertexc.h.

Referenced by StandardVertex().

Vector3C StandardVertex::p
 

Definition at line 65 of file vertexc.h.

Referenced by StandardVertex().

double StandardVertex::u
 

Definition at line 67 of file vertexc.h.

Referenced by StandardVertex().

double StandardVertex::v
 

Definition at line 67 of file vertexc.h.

Referenced by StandardVertex().


The documentation for this struct was generated from the following file:
Generated on Tue Jul 29 14:31:02 2003 for Open ActiveWrl by doxygen1.3-rc2