Find the string representation of the HtmID to a given level of a unit vector
The vector must be normalized.
Namespace: Spherical.HtmAssembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static string XyzToHidName(
double x,
double y,
double z,
int depth
) |
Visual C++ |
---|
public:
static String^ XyzToHidName(
double x,
double y,
double z,
int depth
) |
F# |
---|
static member XyzToHidName :
x:float *
y:float *
z:float *
depth:int -> string
|
Parameters
- x
- Type: System..::..Double
double
- y
- Type: System..::..Double
double
- z
- Type: System..::..Double
double
- depth
- Type: System..::..Int32
int
Return Value
text representation of HtmID
See Also