Math::Transform<2> class reference
[Core module]

Declaration  

#include <Goptical/Math/Transform>

namespace Goptical {
namespace Math {
template <> class Transform<2>;
};
};

This class is a member of the Math namespace.

This class is a specialization of Transform.

Description  

This class describes linear and affine transformations in 2d space. It contains a 2x2 transformation matrix and a 2d translation vector. It can be used for translation and rotation in 2d.

See also Transform2 typedef.

Members  

See also the full member list section for this class.

Functions  

Members detail  

Transform()  

No documentation available

Transform(const TransformBase<2> &t)  

No documentation available

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