Contents

strideInZ

The scale that mapsz-coordinate of destination to z-coordinate of source.

Declaration

var strideInZ: Int { get set }

Discussion

Source z-coordinate, sz is computed from destination z-coordinate, dz as sz = strideInZ*dz. Default value is 1.