Make a Convex from the parameters of the given circle
Namespace: Spherical.ShapeAssembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static Convex Make(
double ra,
double dec,
double radius
) |
Visual C++ |
---|
public:
static Convex^ Make(
double ra,
double dec,
double radius
) |
F# |
---|
static member Make :
ra:float *
dec:float *
radius:float -> Convex
|
Parameters
- ra
- Type: System..::..Double
Right Ascensionof center
- dec
- Type: System..::..Double
Declinationof center
- radius
- Type: System..::..Double
radius in minutes of arc
Return Value
a new Convex object
See Also