MatrixD2DTransformVector(PointD2D) Method |
Transforms a vector using this matrix (ignores translation).
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic PointD2D TransformVector(
PointD2D pt
)
Parameters
- pt PointD2D
- The vector to transform.
Return Value
PointD2DThe transformed vector.
See Also