Click or drag to resize

Triangle2FToTriangle Method

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

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

Return Value

Type: Triangle2
The triangle of Triangle format.
See Also