 | LateralAveragingRecorderInitialize Method |
Namespace:
LynceeTec.API.Compositing
Assembly:
LynceeTec.API.Compositing (in LynceeTec.API.Compositing.dll) Version: 10.1.23514.0 , built 2023-11-07 12:22:01 UTC
Syntaxpublic void Initialize(
int stepsCount,
float maxDisplacement_m
)
public:
void Initialize(
int stepsCount,
float maxDisplacement_m
)
Parameters
- stepsCount
- Type: SystemInt32
Number of steps to be used in the X direction. For best results use an odd number. 3 for fast but low-quality, 5 for intermediate, and 7 for slow but high-quality results. - maxDisplacement_m
- Type: SystemSingle
Total side length of the grid, in metres.
See Also