Class TSwapScanCurve
Unit
Declaration
type TSwapScanCurve = class(TPrecalcCurve)
Description
Simple space-filling curve that goes row by row, swapping direction. This is a trivial space-filling curve, at least it goes by neighboring points. We go from the bottom to the top, in even rows we go the right, in odd rows we go to the left.
Hierarchy
- TObject
- TSpaceFillingCurve
- TPrecalcCurve
- TSwapScanCurve
Overview
Methods
![]() |
procedure GeneratePixels(APixels: PVector2CardinalArray); override; |
![]() |
class function SFCName: string; override; |
Description
Methods
![]() |
procedure GeneratePixels(APixels: PVector2CardinalArray); override; |
![]() |
class function SFCName: string; override; |
Generated by PasDoc 0.16.0.

