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 x,
double y,
double z,
double radius
) |
Visual C++ |
---|
public:
static Convex^ Make(
double x,
double y,
double z,
double radius
) |
F# |
---|
static member Make :
x:float *
y:float *
z:float *
radius:float -> Convex
|
Parameters
- x
- Type: System..::..Double
X coord of center on unit sphere
- y
- Type: System..::..Double
Y coord of center on unit sphere
- z
- Type: System..::..Double
Z coord of center on unit sphere
- radius
- Type: System..::..Double
radius in arc minutes
Return Value
a new Convex object
See Also