centroid

Get the centroid of the tetrahedron. This function finds the geometric center of the tetrahedron by averaging the vertices: centroid = (a + b + c + d) / 4.

Arguments

  • _self : Tetrahedron - No Documentation 🚧

Returns

  • arg0 : Vec3 - No Documentation 🚧