lsst.geom 22.0.1-8-gd4e50c7+59995c006e
Classes | Namespaces | Functions
AffineTransform.h File Reference
#include <memory>
#include <iostream>
#include "Eigen/Core"
#include "lsst/geom/Point.h"
#include "lsst/geom/Extent.h"
#include "lsst/geom/LinearTransform.h"
#include "lsst/geom/Angle.h"

Go to the source code of this file.

Classes

class  lsst::geom::AffineTransform
 An affine coordinate transformation consisting of a linear transformation and an offset. More...
 

Namespaces

namespace  lsst
 
namespace  lsst::geom
 

Functions

std::ostreamlsst::geom::operator<< (std::ostream &os, lsst::geom::AffineTransform const &transform)
 
AffineTransform lsst::geom::makeAffineTransformFromTriple (Point2D const &p1, Point2D const &p2, Point2D const &p3, Point2D const &q1, Point2D const &q2, Point2D const &q3)