CorrectionFileAnalyzerGetCorrection Method |
Returns the control value for the defined position.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic dvec3 GetCorrection(
int offset,
int table = 0
)
Parameters
- offset Int32
- Offset of the value in the correction file.
- table Int32 (Optional)
- Number of the table. (0 or 1). Only for *.fc3 files.
Return Value
dvec3The control value for the defined position.
See Also