Click or drag to resize

MatrixHomographyTransform(Matrix4x4, PointD3D) 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 PointD3D Transform(
	Matrix4x4 m,
	PointD3D p
)

Parameters

m  Matrix4x4
The matrix.
p  PointD3D
The point to transform.

Return Value

PointD3D
The transformed point.
See Also