LSSTApplications  18.1.0
LSSTDataManagementBasePackage
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

 lsst
 A base class for image defects.
 
 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)