lsst.geom  15.0-2-ga7c72c5
Namespaces | Functions
Extent.cc File Reference
#include "lsst/geom/CoordinateBase.h"
#include "lsst/geom/Point.h"
#include "lsst/geom/Extent.h"

Go to the source code of this file.

Namespaces

 lsst
 
 lsst::geom
 

Functions

template<int N>
Extent< int, N > lsst::geom::truncate (Extent< double, N > const &input)
 Return the component-wise truncation (round towards zero). More...
 
template<int N>
Extent< int, N > lsst::geom::floor (Extent< double, N > const &input)
 Return the component-wise floor (round towards more negative). More...
 
template<int N>
Extent< int, N > lsst::geom::ceil (Extent< double, N > const &input)
 Return the component-wise ceil (round towards more positive). More...