Click or drag to resize

MatrixHomographyEvaluateAffine(IEnumerableValueTuplePointD2D, PointD2D) Method

[Missing <summary> documentation for "M:Altaxo.Geometry.MatrixHomography.EvaluateAffine(System.Collections.Generic.IEnumerable{System.ValueTuple{Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D}})"]


Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Matrix3x2 EvaluateAffine(
	IEnumerable<(PointD2D x, PointD2D y)> pointPairs
)

Parameters

pointPairs  IEnumerableValueTuplePointD2D, PointD2D

[Missing <param name="pointPairs"/> documentation for "M:Altaxo.Geometry.MatrixHomography.EvaluateAffine(System.Collections.Generic.IEnumerable{System.ValueTuple{Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D}})"]

Return Value

Matrix3x2

[Missing <returns> documentation for "M:Altaxo.Geometry.MatrixHomography.EvaluateAffine(System.Collections.Generic.IEnumerable{System.ValueTuple{Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D}})"]

See Also