#include <dlrNumeric/array2D.h>
#include <dlrNumeric/transform3D.h>
#include <dlrNumeric/vector2D.h>
#include <dlrNumeric/vector3D.h>
Go to the source code of this file.
Classes | |
class | dlr::numeric::Transform3DTo2D |
The Transform3DTo2D class represents a homogeneous coordinate transformation from a 3D coordinate system to a 2D coordinate system. More... | |
class | dlr::numeric::Transform3DTo2DFunctor |
This helper class works with Transform3DTo2D::getFunctor(). More... | |
Namespaces | |
namespace | dlr::numeric |
This namespace contains code for 1D, 2D, and 3D arrays, matrices, coordinate transformations, rotation conversions, and much more. | |
Functions | |
Transform3DTo2D | dlr::numeric::operator* (const Transform3DTo2D &transform0, const Transform3D &transform1) |
This operator composes a Transform3DTo2D instance with a Transform3D instance. | |
std::ostream & | dlr::numeric::operator<< (std::ostream &stream, const Transform3DTo2D &transform0) |
Outputs a text representation of a Transform3D instance to a std::ostream. | |
std::istream & | dlr::numeric::operator>> (std::istream &stream, Transform3DTo2D &transform0) |
Sets the value of a Transform3DTo2D instance from a std::istream. |
Copyright (C) 2001-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file transform3DTo2D.h.