Click or drag to resize

FieldCorrectionTransfomationSphereProjection Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Corrections.FieldCorrectionTransfomation.SphereProjection(RAYLASE.Marker.Corrections.FieldCorrection,GlmSharp.dvec3,System.Double,System.Double)"]


Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public FieldCorrection SphereProjection(
	FieldCorrection source,
	dvec3 center,
	double radius,
	double targetZ
)

Parameters

source  FieldCorrection
Field correction to transform.
center  dvec3
Center of the sphere.
radius  Double
Radius of the sphere.
targetZ  Double
Z position to use for grid points not contained in the sphere.

Return Value

FieldCorrection
Returns the transformed field correction.
See Also