PolygonMathGetOrientationAngleOfPrincipalAxisFromSecondMoments Method |
Gets the orientation angle (in rad) of the principal axis from the second moments.
Namespace: Altaxo.Geometry.Int64_2DAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double GetOrientationAngleOfPrincipalAxisFromSecondMoments(
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
DoubleThe orientation angle of the principal axis in rad.
See Also