Click or drag to resize

Matrix3By3DiagonalMatrix 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: 24.1.418.0 (24.1.418.0)
Syntax
public static Matrix3By3 DiagonalMatrix(
	double m11,
	double m22,
	double m33
)

Parameters

m11
Type: SystemDouble
1,1
m22
Type: SystemDouble
2,2
m33
Type: SystemDouble
3,3

Return Value

Type: Matrix3By3
The diagonal matrix.
See Also