Click or drag to resize

FieldCorrectionTransfomationSlantedPlane Method

Converts a 3D correction to 2D by using a plane.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public 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

FieldCorrection
Returns the transformed field correction.
See Also