Click or drag to resize

FieldCorrectionApplyTransformation Method

Applies the transformation to the field correction.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public void ApplyTransformation(
	double rotation,
	dvec2 scale,
	dvec2 offset
)

Parameters

rotation  Double
Angle to rotate [rad].
scale  dvec2
Scale factor [].
offset  dvec2
Offset.
See Also