fenglinnet / slimmath

Automatically exported from code.google.com/p/slimmath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect parameter order in Collision.cs line 1409

GoogleCodeExporter opened this issue · comments

This line reads:

ClosestPointOnTriangleToPoint(ref sphere.Center, ref vertex1, ref vertex2, ref 
vertex3, out point);

should instead read:

ClosestPointOnTriangleToPoint(ref vertex1, ref vertex2, ref vertex3, ref 
sphere.Center, out point);

Original issue reported on code.google.com by dalebreidy@gmail.com on 17 Feb 2013 at 10:23

Thank you for the contribution! I won't be able to make this change any time 
soon, however, please consider contacting Mike.Popoloski to become a committer 
on this project.

Original comment by Jorgy...@gmail.com on 7 Jun 2013 at 2:25

  • Added labels: ****
  • Removed labels: ****