Itasca C++ Interface
Public Member Functions | List of all members
Vector< T > Class Template Reference

A Vector2 in 2D, a Vector3 in 3D. More...

#include <dim.h>

Inheritance diagram for Vector< T >:

Public Member Functions

 Vector ()
 Default constructor, no data initialization.
 
 Vector (const Vector< T > &v)
 Copy constructor.
 
 Vector (const Vector3< T > &v)
 Copy constructor.
 
 Vector (const T &x, const T &y, const T &z)
 From three.
 
 Vector (const T &t)
 Single component constructor.
 

Detailed Description

template<class T>
class Vector< T >

A Vector2 in 2D, a Vector3 in 3D.


The documentation for this class was generated from the following file: