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
Optical Technology Division (OTD) Home Page
OTD Technical Inquiries
OTD Website Comments

Current SCATMECH version: 6.00 (February 2008)
This page first online: Version 1.00 (March 2000)
This page last modified: Version 6.00 (February 2008)