SpaceFillingCurve Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |