One of the goals of #40 was to standardise on using bcoords, tri_indicies always in this order (as return types from and positional arguments to functions concerned with barycentric coordinate mappings).
Unfortunately one case was missed. This is a hotfix to catch that last edge case.
One of the goals of #40 was to standardise on using
bcoords, tri_indicies
always in this order (as return types from and positional arguments to functions concerned with barycentric coordinate mappings).Unfortunately one case was missed. This is a hotfix to catch that last edge case.