Triangle

constructor(a: Int, b: Int, c: Int)(source)

Creates a Triangle with indices pointing to nodes in a list.

Parameters

a

the index of the first node in the triangle.

b

the index of the second node in the triangle.

c

the index of the third node in the triangle.