Click or drag to resize

LineD2DTransform Method

Transforms a line with the matrix m.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static LineD2D Transform(
	Matrix3x2 m,
	LineD2D l
)

Parameters

m  Matrix3x2
The transformation matrix.
l  LineD2D
The line to transform.

Return Value

LineD2D
The transformed line.
See Also