Click or drag to resize

MatrixHomographyEvaluateAffine(IEnumerableValueTuplePointD3D, PointD3D) Method

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


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

Parameters

pointPairs  IEnumerableValueTuplePointD3D, PointD3D

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

Return Value

Matrix4x3

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

See Also