Transforms a line with the matrix m.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static LineD2D Transform(
Matrix3x2 m,
LineD2D l
)
Parameters
- m Matrix3x2
- The transformation matrix.
- l LineD2D
- The line to transform.
Return Value
LineD2DThe transformed line.
See Also