Click or drag to resize

MatrixHomographyTransform(Matrix3x3, PointD2D) 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 PointD2D Transform(
	Matrix3x3 m,
	PointD2D p
)

Parameters

m  Matrix3x3
The matrix.
p  PointD2D
The point to transform.

Return Value

PointD2D
The transformed point.
See Also