Math::VectorPair struct reference
[Core module]

Declaration  

#include <Goptical/Math/VectorPair>

namespace Goptical {
namespace Math {
template <int N> struct VectorPair;
};
};

This struct is a member of the Math namespace.

Description  

This class hold two N dimensions vectors.

Class specializations  

NameDescription
VectorPair<2>Vector pair class
VectorPair<3>Vector pair class

Members  

See also the full member list section for this struct.

Functions  

Members detail  

VectorPair()  

No documentation available

VectorPair(const VectorPairBase<N> &vp)  

No documentation available

VectorPair(const Vector<N> &a, const Vector<N> &b)  

No documentation available

Valid XHTML 1.0 StrictGenerated by diaxen on Sun Jan 8 00:47:24 2012 using MkDoc