Isn't triangulation a 3 point primary system, or am I missing something here? If you mean average or center placement then its simple v1..vN/vC where v1..vN is the sum of each vertext and vC is the number of vertices. If you want to weight each you can do so with sum(vN*W)/(vC*WT) where WT is weight total.