class Vector3D<TYPE>


A Vector3D<TYPE> represents a three-dimensional space vector of type TYPE. Basic operations between vectors are defined. This class was written to perform operations required by some of the other SCATMECH classes and is by no means complete. The class is documented in the include file. The following typedefs are made for convenience:

typedef Vector3D<double> Vector;

typedef Vector3D<std::complex<double> > CVector;

Include file:

#include "vector3d.h"

Source code:

vector3d.cpp

See also:

SCATMECH Home,   Conventions,   Matrix3D<TYPE>


For More Information

SCATMECH Technical Information and Questions
Sensor Science Division Home Page
Sensor Science Division Inquiries
Website Comments

Current SCATMECH version: 7.22 (April 2021)