Matrix2(Double, Double, Double, Double) Constructor |
Constructs a matrix with the given individual elements.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Matrix2(
double xx,
double xy,
double yx,
double yy
)
Parameters
- xx Double
- Value at row 1 column 1 of the matrix.
- xy Double
- Value at row 1 column 2 of the matrix.
- yx Double
- Value at row 2 column 1 of the matrix.
- yy Double
- Value at row 2 column 2 of the matrix.
See Also