Click or drag to resize

Matrix3x3Transform(VectorD3D) Method

Transforms the specified vector v. 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 VectorD3D Transform(
	VectorD3D v
)

Parameters

v  VectorD3D
The vector to transform.

Return Value

VectorD3D
The transformed vector.
See Also