Click or drag to resize

Triangle2F Constructor (Triangle2)

Constructs a triangle with another specified Triangle object.

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

Parameters

source
Type: NeoAxisTriangle2
The triangle of Triangle format.
See Also