MatrixHomographyTransform(Matrix2x2, Double) 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 double Transform(
Matrix2x2 m,
double p
)
Parameters
- m Matrix2x2
- The matrix.
- p Double
- The point to transform.
Return Value
DoubleThe transformed point.
See Also