SpaceFillingCurve Class

Definition

Provides methods for calculating a space-filling curve.

public static class SpaceFillingCurve
type SpaceFillingCurve = class
Public Class SpaceFillingCurve
Inheritance
SpaceFillingCurve

Methods

Hilbert(Int32, UInt32, UInt32)

Returns the Hilbert curve for the specified point and iteration order of the curve.

ReverseHilbert(Int32, UInt64, UInt32, UInt32)

Returns the point for the given Hilbert curve and iteration order of the curve.

Applies to