lsst.geom ga1e77700b3+ec8c1568a5
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Scaling1d.h File Reference

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

namespace  lsst
 
namespace  lsst::geom
 
namespace  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].