|
lsst.geom
21.0.0-2-g8f08a60+9c9a9cfcc8
|
Go to the source code of this file.
Classes | |
| class | lsst::geom::polynomials::Scaling1d |
| A 1-d affine transform that can be used to map one interval to another. More... | |
Namespaces | |
| lsst | |
| lsst::geom | |
| lsst::geom::polynomials | |
| Low-level polynomials (including special polynomials) in C++. | |
Functions | |
| Scaling1d | lsst::geom::polynomials::makeUnitRangeScaling1d (double min, double max) noexcept |
| Return a Scaling1d that maps the interval [min, max] to [-1, 1]. More... | |