Click or drag to resize

Matrix3x2Transform(VectorD2D) Method

Transforms the specified vector v. For a vector transform, the offset elements M31..M32 are ignored. The transformation is carried out as a prepend transformation, i.e. result = v * matrix (v considered as horizontal vector).

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public VectorD2D Transform(
	VectorD2D v
)

Parameters

v  VectorD2D
The vector to transform.

Return Value

VectorD2D
The transformed vector.
See Also