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

Definição

Importante

Esta API não está em conformidade com CLS.

Retorna o ponto para a ordem de iteração e curva de Hilbert fornecidas.

[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

A ordem de iteração da curva.

hilbert
UInt64

A curva de Hilbert.

ox
UInt32

Quando esse método é retornado, contém a coordenada x do ponto.

oy
UInt32

Quando esse método é retornado, contém a coordenada y do ponto.

Atributos

Aplica-se a