|
lsst.geom g096abc94f8+6a48825234
|
#include "lsst/geom/polynomials/Scaling1d.h"#include "lsst/geom/Point.h"#include "lsst/geom/Box.h"Go to the source code of this file.
Classes | |
| class | lsst::geom::polynomials::Scaling2d |
| A 2-d separable affine transform that can be used to map one interval to another. More... | |
Namespaces | |
| namespace | lsst |
| namespace | lsst::geom |
| namespace | lsst::geom::polynomials |
| Low-level polynomials (including special polynomials) in C++. | |
Functions | |
| Scaling2d | lsst::geom::polynomials::makeUnitRangeScaling2d (geom::Box2D const &box) |
| Return a Scaling1d that maps the given box to [-1, 1]x[-1, 1]. More... | |