Click or drag to resize

Matrix3By3Symmetric.DiagonalMatrix Method (Double, Double, Double)

Forms a diagonal matrix from the input elements.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static Matrix3By3Symmetric DiagonalMatrix(
	double m11,
	double m22,
	double m33
)

Parameters

m11
Type: System.Double
1,1
m22
Type: System.Double
2,2
m33
Type: System.Double
3,3

Return Value

Type: Matrix3By3Symmetric
The diagonal matrix.
See Also