lsst.geom g3f8e1907dc+85cc03550a
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.geom._coordinates.Point Class Reference
Inheritance diagram for lsst.geom._coordinates.Point:

Static Public Attributes

tuple TEMPLATE_PARAMS = ("dtype", "dimensions")
 
tuple TEMPLATE_DEFAULTS = (None, 2)
 

Detailed Description

Abstract base class and factory for Point objects.

Definition at line 85 of file _coordinates.py.

Member Data Documentation

◆ TEMPLATE_DEFAULTS

tuple lsst.geom._coordinates.Point.TEMPLATE_DEFAULTS = (None, 2)
static

Definition at line 89 of file _coordinates.py.

◆ TEMPLATE_PARAMS

tuple lsst.geom._coordinates.Point.TEMPLATE_PARAMS = ("dtype", "dimensions")
static

Definition at line 88 of file _coordinates.py.


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