Click or drag to resize

CorrectionFileAnalyzerGetCorrection Method

Returns the control value for the defined position.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public 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

dvec3
The control value for the defined position.
See Also