Triangle.center

X / Y coordinates of the center of the triangle. Calculated by avg the 3 vertices coordinates.

struct Triangle
float[2] center;

Meta