Click or drag to resize

MatrixD2DTransformVector(PointD2D) Method

Transforms a vector using this matrix (ignores translation).

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PointD2D TransformVector(
	PointD2D pt
)

Parameters

pt  PointD2D
The vector to transform.

Return Value

PointD2D
The transformed vector.
See Also