why not do this:
p0 = 0;
p1 = Count div 3;
p2 = Count * 2 div 3;
this will give you an even spread of plane base points across the entire polygon.
btw in your example this will give you exactly the same points as you have on the right picture.