Create a new Convex object to make a rectangle with the ra/dec limits given
            
Namespace: Spherical.ShapeAssembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0
 Syntax
Syntax
| C# | 
|---|
| public static Convex Make(
	double ra1,
	double dec1,
	double ra2,
	double dec2
) | 
| Visual C++ | 
|---|
| public:
static Convex^ Make(
	double ra1, 
	double dec1, 
	double ra2, 
	double dec2
) | 
| F# | 
|---|
| static member Make : 
        ra1:float * 
        dec1:float * 
        ra2:float * 
        dec2:float -> Convex 
 | 
Parameters
- ra1
- Type: System..::..Double
 The low RA value
- dec1
- Type: System..::..Double
 The low DEC Value
- ra2
- Type: System..::..Double
 The high RA value
- dec2
- Type: System..::..Double
 The high DEC value
Return Value
A new Convex object
 See Also
See Also