Itasca C++ Interface
|
A Vector2 in 2D, a Vector3 in 3D. More...
#include <dim.h>
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. | |
A Vector2 in 2D, a Vector3 in 3D.