Creates a region with a single halfspace in it.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public Region(
	double ra,
	double dec,
	double arcmin
)
Visual C++
public:
Region(
	double ra, 
	double dec, 
	double arcmin
)
F#
new : 
        ra:float * 
        dec:float * 
        arcmin:float -> Region

Parameters

ra
Type: System..::..Double
The Right Ascension of the center in degrees.
dec
Type: System..::..Double
The Declination of the center in degrees.
arcmin
Type: System..::..Double
The radius in arcminues.

See Also