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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Triangle2 ToTriangle()

Return Value

Triangle2
The triangle of Triangle format.
See Also