← Back to carmenta.com
Carmenta Engine SDK Documentation
×

TriangleCollection.TriangleCollection Constructors

Initializes a new instance of the TriangleCollection class.

Overload List

 NameDescription
Public methodTriangleCollection()Initializes a new empty instance of the TriangleCollection class.
Public methodTriangleCollection(IEnumerable< Triangle > items)Initializes a new instance of the TriangleCollection class with the specified elements.

TriangleCollection()

Initializes a new empty instance of the TriangleCollection class.

Syntax

C#
public TriangleCollection ()

TriangleCollection(IEnumerable< Triangle > items)

Initializes a new instance of the TriangleCollection class with the specified elements.

Syntax

C#
public TriangleCollection (
	IEnumerable< Triangle > items
)

Parameters

items
Type: A collection of Triangle elements.
A collection of items to add to the new collection.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept