Click or drag to resize

Matrix2 Constructor (Vector2, Vector2)

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

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Matrix2(
	Vector2 x,
	Vector2 y
)

Parameters

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