lsst.geom
20.0.0-2-gec03fae+3
|
Go to the documentation of this file.
34 r << (*this)[
XX], (*this)[
YX], (*this)[
XY], (*this)[
YY];
39 (*this)[XX] = vector[XX];
40 (*this)[XY] = vector[XY];
41 (*this)[YX] = vector[YX];
42 (*this)[YY] = vector[YY];
47 if (!lu.isInvertible()) {
58 r(0, XX) = input.getX();
59 r(0, XY) = input.getY();
60 r(1, YX) = input.getX();
61 r(1, YY) = input.getY();
66 std::ios::fmtflags flags = os.
flags();
68 os.
setf(std::ios::fixed);
std::ostream & operator<<(std::ostream &os, lsst::geom::AffineTransform const &transform)
#define LSST_EXCEPT(type,...)