Click or drag to resize

IMcSpatial2DCalibGetPolynomialMapping Method

Get polynomial of designated axis

Namespace:  MediaCy.IQL.Calibrations.NonLinear
Assembly:  MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
Syntax
VB
Function GetPolynomialMapping ( 
	Axis As mcSpatial2DAxis
) As Object

Parameters

Axis
Type: MediaCy.IQL.Calibrations.NonLinearmcSpatial2DAxis

Return Value

Type: Object
Remarks
x' = a0 + a1*x + a2*x^2 + a3*x^3 + ... An error will be returned if designated axis is not in polynomial calibration. An exception will be generated if meeting any problem for pCoefficients.
See Also