Matrix3F Conversion (Matrix3F to Matrix3) |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static implicit operator Matrix3 (
Matrix3F v
)
Parameters
- v
- Type: NeoAxisMatrix3F
The value to type convert.
Return Value
Type:
Matrix3See Also