Class TSwapScanCurve
Unit
CastleSpaceFillingCurves
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
Overview
Methods
 |
class function SFCName: string; override; |
Description
Methods
 |
class function SFCName: string; override; |
|
Generated by PasDoc 0.13.0 on 2013-08-17 21:27:14
|