|
IVT
|
Data structure and operations for calculating with vectors of arbitrary dimension. More...
#include <Vecd.h>
Public Member Functions | |
| CVecd () | |
| CVecd (int nLength) | |
| CVecd (double dX1, double dX2) | |
| CVecd (const CVecd &v) | |
| ~CVecd () | |
| CVecd & | operator= (const CVecd &v) |
| CVecd | operator+ (const CVecd &v) |
| CVecd | operator- (const CVecd &v) |
| double | operator* (const CVecd &v) |
| double & | operator[] (const int n) const |
| double | Length () |
| void | SetSize (int nSize) |
| int | GetSize () const |
Data structure and operations for calculating with vectors of arbitrary dimension.