Unstable 1.8.4.0
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@ namespace FarseerPhysics.Common.Decomposition.Seidel
|
||||
{
|
||||
Point a = (p.Next - p);
|
||||
Point b = (p.Prev - p);
|
||||
return (float)Math.Atan2(a.Cross(b), a.Dot(b));
|
||||
return MathF.Atan2(a.Cross(b), a.Dot(b));
|
||||
}
|
||||
|
||||
private bool AngleSign()
|
||||
|
||||
Reference in New Issue
Block a user