b2SeparationFunction
b2SeparationFunction
Box2D.CollisionType: Struct
Methods
Evaluate(int, int, float)
System.Single Evaluate(int, int, float)(System.Int32 indexA, System.Int32 indexB, System.Single t)
Parameters:
indexA
(System.Int32)indexB
(System.Int32)t
(System.Single)Returns:
System.Single
FindMinSeparation(out int, out int, float)
System.Single FindMinSeparation(out int, out int, float)(System.Int32 indexA, System.Int32 indexB, System.Single t)
Parameters:
indexA
(System.Int32)indexB
(System.Int32)t
(System.Single)Returns:
System.Single
Initialize(ref b2SimplexCache, b2DistanceProxy, ref b2Sweep, b2DistanceProxy, ref b2Sweep, float, ref b2Transform, ref b2Transform)
System.Single Initialize(ref b2SimplexCache, b2DistanceProxy, ref b2Sweep, b2DistanceProxy, ref b2Sweep, float, ref b2Transform, ref b2Transform)(Box2D.Collision.b2SimplexCache cache, Box2D.Collision.b2DistanceProxy proxyA, Box2D.Common.b2Sweep sweepA, Box2D.Collision.b2DistanceProxy proxyB, Box2D.Common.b2Sweep sweepB, System.Single t1, Box2D.Common.b2Transform xfA, Box2D.Common.b2Transform xfB)
Parameters:
cache
(Box2D.Collision.b2SimplexCache)proxyA
(Box2D.Collision.b2DistanceProxy)sweepA
(Box2D.Common.b2Sweep)proxyB
(Box2D.Collision.b2DistanceProxy)sweepB
(Box2D.Common.b2Sweep)t1
(System.Single)xfA
(Box2D.Common.b2Transform)xfB
(Box2D.Common.b2Transform)Returns:
System.Single