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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static implicit operator Matrix2 (
	Matrix2F v
)

Parameters

v
Type: NeoAxisMatrix2F
The value to type convert.

Return Value

Type: Matrix2
See Also