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

Parameters

v
Type: NeoAxisMatrix3F
The value to type convert.

Return Value

Type: Matrix3
See Also