Click or drag to resize

Matrix2F(Vector2F, Vector2F) Constructor

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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Matrix2F(
	Vector2F x,
	Vector2F y
)

Parameters

x  Vector2F
The vector which is the first row.
y  Vector2F
The vector which is the second row.
See Also