Creates a halfspace from center coordinates (RA,Dec) and radius.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public Halfspace(
double ra,
double dec,
double arcmin
) |
Visual C++ |
---|
public:
Halfspace(
double ra,
double dec,
double arcmin
) |
F# |
---|
new :
ra:float *
dec:float *
arcmin:float -> Halfspace |
Parameters
- ra
- Type: System..::..Double
The Right Ascension of the center.
- dec
- Type: System..::..Double
The Declination of the center.
- arcmin
- Type: System..::..Double
The radius in arcminutes.
See Also