Click or drag to resize

Matrix2x2NewFromBasisVectors Method

Creates a transformation matrix that uses three basis vectors to construct the matrix that transform points expressed in the three basis vectors to points in the coordinate system.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Matrix2x2 NewFromBasisVectors(
	VectorD2D xBasis,
	VectorD2D yBasis
)

Parameters

xBasis  VectorD2D
Basis vector for the x-direction.
yBasis  VectorD2D
Basis vector for the y-direction.

Return Value

Matrix2x2
A transformation matrix that uses the three basis vectors, and a location
See Also