Click or drag to resize

Matrix3F   Conversion (Matrix3F to Matrix3)

Implicit conversion from Matrix3F type to Matrix3 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 Matrix3 (
	Matrix3F v
)

Parameters

v  Matrix3F
The value to type convert.

Return Value

Matrix3
See Also