Skip to content

Commit

Permalink
Update sgRayd.java
Browse files Browse the repository at this point in the history
  • Loading branch information
EGjoni committed Mar 27, 2024
1 parent c5fd8ba commit 61c5991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ewbIK/src/sceneGraph/math/doubleV/sgRayd.java
Original file line number Diff line number Diff line change
Expand Up @@ -864,8 +864,8 @@ public <V extends Vec3d<?>> 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);
Expand Down

0 comments on commit 61c5991

Please sign in to comment.