Click or drag to resize

Triangle2ToTriangle2F Method

Converts the current instance of Triangle2 to the triangle of Triangle2F format.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Triangle2F ToTriangle2F()

Return Value

Type: Triangle2F
The triangle of Triangle2F format.
See Also