lsst.afw g2603b601e3+b53bcbb7be
Public Member Functions | List of all members
lsst::afw::geom::ellipses::Parametric Class Referencefinal

A functor that returns points on the boundary of the ellipse as a function of a parameter that runs between 0 and 2 pi (but is not angle). More...

#include <Parametric.h>

Public Member Functions

 Parametric (Ellipse const &ellipse)
 
lsst::geom::Point2D operator() (double t) const
 

Detailed Description

A functor that returns points on the boundary of the ellipse as a function of a parameter that runs between 0 and 2 pi (but is not angle).

Definition at line 39 of file Parametric.h.

Constructor & Destructor Documentation

◆ Parametric()

lsst::afw::geom::ellipses::Parametric::Parametric ( Ellipse const &  ellipse)

Definition at line 31 of file Parametric.cc.

Member Function Documentation

◆ operator()()

lsst::geom::Point2D lsst::afw::geom::ellipses::Parametric::operator() ( double  t) const
inline

Definition at line 43 of file Parametric.h.


The documentation for this class was generated from the following files: