Click or drag to resize

Matrix2F Constructor (Single, Single, Single, Single)

Constructs a matrix with the given individual elements.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Matrix2F(
	float xx,
	float xy,
	float yx,
	float yy
)

Parameters

xx
Type: SystemSingle
Value at row 1 column 1 of the matrix.
xy
Type: SystemSingle
Value at row 1 column 2 of the matrix.
yx
Type: SystemSingle
Value at row 2 column 1 of the matrix.
yy
Type: SystemSingle
Value at row 2 column 2 of the matrix.
See Also