SpaceFillingCurve.ReverseHilbert(Int32, UInt64, UInt32, UInt32) Método

Definición

Importante

Esta API no es conforme a CLS.

Devuelve el punto de la curva Hilbert dada y el orden de iteración de la curva.

[System.CLSCompliant(false)]
public static void ReverseHilbert(int order, ulong hilbert, out uint ox, out uint oy);
[<System.CLSCompliant(false)>]
static member ReverseHilbert : int * uint64 * uint32 * uint32 -> unit
Public Shared Sub ReverseHilbert (order As Integer, hilbert As ULong, ByRef ox As UInteger, ByRef oy As UInteger)

Parámetros

order
Int32

Orden de iteración de la curva.

hilbert
UInt64

La curva Hilbert.

ox
UInt32

Cuando este método devuelve, contiene la coordenada x del punto.

oy
UInt32

Cuando este método devuelve , contiene la coordenada y del punto.

Atributos

Se aplica a