I have point defined by barycentric coordinates. I DO NOT have the 3 points of the triangle.
Now, I split this triangle in two at the mid point of y, z = w.
With this new triangle, I want to remap the barycentric coordinates of my point.
The point is guaranteed to be in the triangle to the right of the split. More technically, p = (a, b, c) -> b > c
Does anyone have some insight into how I might derive a formula for this mapping?
[attachment=26008:problem.png]