(61d00a474) v0.9.7.1

This commit is contained in:
Regalis
2020-03-04 13:04:10 +01:00
parent 3c50efa5c9
commit 3c09ebe02f
5086 changed files with 786063 additions and 295871 deletions
@@ -1,4 +1,9 @@
/*
/* Original source Farseer Physics Engine:
* Copyright (c) 2014 Ian Qvist, http://farseerphysics.codeplex.com
* Microsoft Permissive License (Ms-PL) v1.1
*/
/*
* Original source Box2D:
* Copyright (c) 2006-2011 Erin Catto http://www.box2d.org
*
@@ -40,6 +45,11 @@ namespace FarseerPhysics.Dynamics
/// Inverse time step (0 if dt == 0).
/// </summary>
public float inv_dt;
public int positionIterations;
public int velocityIterations;
public bool warmStarting;
}
/// This is an internal structure.
@@ -47,6 +57,7 @@ namespace FarseerPhysics.Dynamics
{
public Vector2 c;
public float a;
internal int Lock;
}
/// This is an internal structure.
@@ -54,6 +65,7 @@ namespace FarseerPhysics.Dynamics
{
public Vector2 v;
public float w;
internal int Lock;
}
/// Solver Data