lsst.geom g19811a7679+d02280c829
Loading...
Searching...
No Matches
lsst.geom._coordinates Namespace Reference

Classes

class  CoordinateExpr
class  Extent
class  Point

Functions

 _coordinateStr (self)
 _coordinateRepr (self)
 _coordinateReduce (self)
 _coordinateIter (self)

Variables

 ExtentI = _geom.Extent2I
 ExtentD = _geom.Extent2D
 PointI = _geom.Point2I
 PointD = _geom.Point2D
 dimensions

Function Documentation

◆ _coordinateIter()

_coordinateIter ( self)
protected

Definition at line 45 of file _coordinates.py.

◆ _coordinateReduce()

_coordinateReduce ( self)
protected

Definition at line 41 of file _coordinates.py.

◆ _coordinateRepr()

_coordinateRepr ( self)
protected

Definition at line 36 of file _coordinates.py.

◆ _coordinateStr()

_coordinateStr ( self)
protected

Definition at line 32 of file _coordinates.py.

Variable Documentation

◆ dimensions

lsst.geom._coordinates.dimensions

Definition at line 46 of file _coordinates.py.

◆ ExtentD

lsst.geom._coordinates.ExtentD = _geom.Extent2D

Definition at line 82 of file _coordinates.py.

◆ ExtentI

lsst.geom._coordinates.ExtentI = _geom.Extent2I

Definition at line 81 of file _coordinates.py.

◆ PointD

lsst.geom._coordinates.PointD = _geom.Point2D

Definition at line 102 of file _coordinates.py.

◆ PointI

lsst.geom._coordinates.PointI = _geom.Point2I

Definition at line 101 of file _coordinates.py.