Click or drag to resize

Triangle2 Constructor (Triangle2F)

Constructs a triangle with another specified Triangle2F object.

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

Parameters

source
Type: NeoAxisTriangle2F
The triangle of Triangle2F format.
See Also