Click or drag to resize

PolygonMathGetEigenValuesFromSecondMoments Method

Gets the eigenvalues from the second moments.

Namespace: Altaxo.Geometry.Int64_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static (double EigenValue1, double EigenValue2) GetEigenValuesFromSecondMoments(
	double Ixx,
	double Iyy,
	double Ixy
)

Parameters

Ixx  Double
The second moment Ixx.
Iyy  Double
The second moment Iyy.
Ixy  Double
The second moment Ixy.

Return Value

ValueTupleDouble, Double
The Eigenvalues corresponding to the second moments (largest Eigenvalue is the first element).
See Also