Click or drag to resize

MatrixD2DTransformVector(Double, Double) 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 void TransformVector(
	ref double x,
	ref double y
)

Parameters

x  Double
The x component (input and output).
y  Double
The y component (input and output).
See Also