diff --git a/ewbIK/src/sceneGraph/math/doubleV/sgRayd.java b/ewbIK/src/sceneGraph/math/doubleV/sgRayd.java index aa1193d..2c72577 100644 --- a/ewbIK/src/sceneGraph/math/doubleV/sgRayd.java +++ b/ewbIK/src/sceneGraph/math/doubleV/sgRayd.java @@ -864,8 +864,8 @@ public > void barycentric(V a, V b, V c, V p, double[] uvw) { pt = p.copy(); } else { bc.set(b); - ca.set(a); - at.set(c); + ca.set(c); + at.set(a); bt.set(b); ct.set(c); pt.set(p);