FieldCorrectionApplyTransformation Method |
Applies the transformation to the field correction.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic void ApplyTransformation(
double rotation,
dvec2 scale,
dvec2 offset
)
Parameters
- rotation Double
- Angle to rotate [rad].
- scale dvec2
- Scale factor [].
- offset dvec2
- Offset.
See Also