C# 클래스 Box2D.Collision.Collision.EPCollider

This class collides and edge and a polygon, taking into account edge adjacency.
파일 보기 프로젝트 열기: gerich-home/box2dnet

공개 메소드들

메소드 설명
Collide ( Manifold manifold, EdgeShape edgeA, Transform xfA, PolygonShape polygonB, Transform xfB ) : void
EPCollider ( ) : System

비공개 메소드들

메소드 설명
ComputeEdgeSeparation ( EPAxis axis ) : void
ComputePolygonSeparation ( EPAxis axis ) : void

메소드 상세

Collide() 공개 메소드

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
리턴 void

EPCollider() 공개 메소드

public EPCollider ( ) : System
리턴 System