Click or drag to resize

FieldCorrectionChangeSize(dvec3, dvec3, Boolean) Method

Truncates the correction to the provided subfield.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public void ChangeSize(
	dvec3 size,
	dvec3 offset,
	bool isCalibrated
)

Parameters

size  dvec3
Size of the new correction.
offset  dvec3
Offset of the new correction.
isCalibrated  Boolean
Uses bilinear interpolation to avoid interpolation problems with calibrated correction files.
See Also