Click or drag to resize

MatrixHomographyTransform(Matrix2x2, Double) Method

Transforms a 2D point with a 3D homography matrix.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Transform(
	Matrix2x2 m,
	double p
)

Parameters

m  Matrix2x2
The matrix.
p  Double
The point to transform.

Return Value

Double
The transformed point.
See Also