Triangle
Represents a triangle defined by three node indices in a physical simulation.
A Triangle is primarily used to perform calculations related to its geometry, such as computing its signed area based on the positions of nodes in a given 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.