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

Vector2< T > Class Template Reference

#include <vecmath.h>

Collaboration diagram for Vector2< T >:

Collaboration graph
List of all members.

Public Member Functions

 Vector2 (T, T)
 Vector2 ()

Public Attributes

x
y

template<class T>
class Vector2< T >


Constructor & Destructor Documentation

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

Definition at line 434 of file vecmath.h.

00434                                       : x(0), y(0)
00435 {
00436 }

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

Definition at line 438 of file vecmath.h.

00438                                                 : x(_x), y(_y)
00439 {
00440 }


Member Data Documentation

template<class T>
T Vector2< T >::x
 

Definition at line 74 of file vecmath.h.

template<class T>
T Vector2< T >::y
 

Definition at line 74 of file vecmath.h.


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