MatrixHomographyTransform(Matrix4x4, PointD3D) 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 PointD3D Transform(
Matrix4x4 m,
PointD3D p
)
Parameters
- m Matrix4x4
- The matrix.
- p PointD3D
- The point to transform.
Return Value
PointD3DThe transformed point.
See Also