FieldCorrectionTransfomationSlantedPlane Method |
Converts a 3D correction to 2D by using a plane.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic FieldCorrection SlantedPlane(
FieldCorrection source,
double offsetZ,
double azimuth,
double elevation
)
Parameters
- source FieldCorrection
- Field correction to transform.
- offsetZ Double
- Z-offset of the plane
- azimuth Double
- Orientation of the plane in the xy-plane.
- elevation Double
- Angle of the plane axis to the xy-plane.
Return Value
FieldCorrectionReturns the transformed field correction.
See Also