Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

Point2< T > Class Template Reference

#include <vecmath.h>

Inheritance diagram for Point2< T >:

Inheritance graph
Collaboration diagram for Point2< T >:

Collaboration graph
List of all members.

Public Member Functions

 Point2 (T, T)
 Point2 ()

Public Attributes

x
y

template<class T>
class Point2< T >


Constructor & Destructor Documentation

template<class T>
Point2< T >::Point2  )  [inline]
 

Definition at line 457 of file vecmath.h.

00457                                     : x(0), y(0)
00458 {
00459 }

template<class T>
Point2< T >::Point2 ,
[inline]
 

Definition at line 461 of file vecmath.h.

00461                                               : x(_x), y(_y)
00462 {
00463 }


Member Data Documentation

template<class T>
T Point2< T >::x
 

Definition at line 83 of file vecmath.h.

Referenced by generateTangents(), and PointTexCoordComparator::operator()().

template<class T>
T Point2< T >::y
 

Definition at line 83 of file vecmath.h.

Referenced by generateTangents(), and PointTexCoordComparator::operator()().


The documentation for this class was generated from the following file:
Generated on Sat Jan 14 22:33:31 2006 for Celestia by  doxygen 1.4.1