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.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic 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
FieldCorrectionReturns the transformed field correction.
See Also