Matrix4x3InverseTransform(PointD3D) Method |
Inverse transform a point p in such a way that the result will fullfill the relation p = result * matrix ( the * operator being the prepend transformation for points).
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PointD3D InverseTransform(
PointD3D p
)
Parameters
- p PointD3D
- The point p to inverse transform.
Return Value
PointD3DThe inverse transformation of point
p.
See Also