C# Class Box2D.Collision.Collision.EPCollider

This class collides and edge and a polygon, taking into account edge adjacency.
Afficher le fichier Open project: gerich-home/box2dnet

Méthodes publiques

Méthode Description
Collide ( Manifold manifold, EdgeShape edgeA, Transform xfA, PolygonShape polygonB, Transform xfB ) : void
EPCollider ( ) : System

Private Methods

Méthode Description
ComputeEdgeSeparation ( EPAxis axis ) : void
ComputePolygonSeparation ( EPAxis axis ) : void

Method Details

Collide() public méthode

public Collide ( Manifold manifold, EdgeShape edgeA, Transform xfA, PolygonShape polygonB, Transform xfB ) : void
manifold Manifold
edgeA Box2D.Collision.Shapes.EdgeShape
xfA Box2D.Common.Transform
polygonB Box2D.Collision.Shapes.PolygonShape
xfB Box2D.Common.Transform
Résultat void

EPCollider() public méthode

public EPCollider ( ) : System
Résultat System