gfx::EyeVertex Struct Reference

3D vertex in eye coordinate space. More...

#include <gfx_types_vertex.hh>

Inheritance diagram for gfx::EyeVertex:

gfx::Vector3

List of all members.

Public Member Functions

 EyeVertex (void)
 EyeVertex (fp X, fp Y, fp Z)
 EyeVertex (const fp f[3])
 EyeVertex (const Vector3 &v)
void Check (void) const


Detailed Description

3D vertex in eye coordinate space.

Typesig omitted from Vector3 and EyeVertex: ------------------------------------------- EyeVertex must be the same size as fp[3] and GLfloat[3] in order to be sent to gfxsys. Since EyeVertex is based on Vector3, Vector3 likewise omits typesigs.


Constructor & Destructor Documentation

gfx::EyeVertex::EyeVertex ( void   )  [inline]

gfx::EyeVertex::EyeVertex ( fp  X,
fp  Y,
fp  Z 
) [inline]

gfx::EyeVertex::EyeVertex ( const fp  f[3]  )  [inline, explicit]

gfx::EyeVertex::EyeVertex ( const Vector3 v  )  [inline, explicit]


Member Function Documentation

void gfx::EyeVertex::Check ( void   )  const [inline]

Reimplemented from gfx::Vector3.


The documentation for this struct was generated from the following file: Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:28 2007