Click or drag to resize

Matrix2F Constructor (Vector2F, Vector2F)

Constructs a matrix with the specified Vector2F elements, which are the corresponding rows of the matrix.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public Matrix2F(
	Vector2F x,
	Vector2F y
)

Parameters

x
Type: NeoAxisVector2F
The vector which is the first row.
y
Type: NeoAxisVector2F
The vector which is the second row.
See Also