MatrixHomographyTransform(Matrix3x3, PointD2D) Method |
Transforms a 2D point with a 3D homography matrix.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static PointD2D Transform(
Matrix3x3 m,
PointD2D p
)
Parameters
- m Matrix3x3
- The matrix.
- p PointD2D
- The point to transform.
Return Value
PointD2DThe transformed point.
See Also