Vector3< T > Class Template Reference

Provides a 3D templated vector class Presently used as support for Path::IsIsometric(). More...

#include <vector.h>

List of all members.

Public Member Functions

 Vector3 ()
 Vector3 (T a1, T a2, T a3)

Public Attributes

v0
v1
v2


Detailed Description

template<class T>
class Vector3< T >

Provides a 3D templated vector class Presently used as support for Path::IsIsometric().

Author:
Colin_Barfoot (Xara Group Ltd) <camelotdev@xara.com>
Date:
04/09/96

Definition at line 116 of file vector.h.


Constructor & Destructor Documentation

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

Definition at line 122 of file vector.h.

00122 {}

template<class T>
Vector3< T >::Vector3 a1,
a2,
a3
[inline]
 

Definition at line 123 of file vector.h.

00123 : v0(a1), v1(a2), v2(a3) {}


Member Data Documentation

template<class T>
T Vector3< T >::v0
 

Definition at line 125 of file vector.h.

template<class T>
T Vector3< T >::v1
 

Definition at line 126 of file vector.h.

template<class T>
T Vector3< T >::v2
 

Definition at line 127 of file vector.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 04:02:55 2007 for Camelot by  doxygen 1.4.4