LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Go to the source code of this file.
Namespaces | |
lsst.geom.geometry | |
Variables | |
float | lsst.geom.geometry.ARCSEC_PER_DEG = 3600.0 |
float | lsst.geom.geometry.DEG_PER_ARCSEC = 1.0 |
float | lsst.geom.geometry.ANGLE_EPSILON = 0.001 |
float | lsst.geom.geometry.POLE_EPSILON = 1.0 |
float | lsst.geom.geometry.COS_MAX = 1.0 |
int | lsst.geom.geometry.CROSS_N2MIN = 2 |
tuple | lsst.geom.geometry.SIN_MIN = math.sqrt(CROSS_N2MIN) |
tuple | lsst.geom.geometry.INF = float('inf') |
tuple | lsst.geom.geometry.NEG_INF = float('-inf') |
lsst.geom.geometry.MAX_FLOAT = float_info.max | |
lsst.geom.geometry.MIN_FLOAT = float_info.min | |
lsst.geom.geometry.EPSILON = float_info.epsilon | |
lsst.geom.geometry.isinf = math.isinf | |