Click or drag to resize

Matrix2F   Conversion (Matrix2F to Matrix2)

Implicit conversion from Matrix2F type to Matrix2 type for given value.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static implicit operator Matrix2 (
	Matrix2F v
)

Parameters

v  Matrix2F
The value to type convert.

Return Value

Matrix2
See Also