Click or drag to resize

CorrectionFileAnalyzerGetCorrectionFileInfo(String, dvec3, dvec3) Method

Gets values stored in the fc3 file header or the txt file of the gcd file.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public static void GetCorrectionFileInfo(
	string path,
	out dvec3 fieldSize,
	out dvec3 offset
)

Parameters

path  String
Path of the field correction file.
fieldSize  dvec3
Field size.
offset  dvec3
Field offset.
See Also