25 #ifndef LSST_AFW_GEOM_ELLIPSES_Transformer_h_INCLUDED
26 #define LSST_AFW_GEOM_ELLIPSES_Transformer_h_INCLUDED
134 _center(other.
transform(other.input.getCenter())) {}
A base class for parametrizations of the "core" of an ellipse - the ellipticity and size.
Transformer transform(lsst::geom::LinearTransform const &transform)
Return the transform that maps the ellipse to the unit circle.
An ellipse defined by an arbitrary BaseCore and a center point.
Ellipse(BaseCore const &core, lsst::geom::Point2D const ¢er=lsst::geom::Point2D())
Return the transform that maps the ellipse to the unit circle.
Transformer transform(lsst::geom::AffineTransform const &transform)
class[[deprecated("Removed with no replacement (but see lsst::afw::image::TransmissionCurve). Will be " "removed after v22.")]] FilterProperty final
Describe the properties of a Filter (e.g.
A base class for image defects.