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

파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
collide ( Manifold &manifold, EdgeShape edgeA, Transform &xfA, PolygonShape polygonB, Transform &xfB ) : void

비공개 메소드들

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

메소드 상세

collide() 공개 메소드

public collide ( Manifold &manifold, EdgeShape edgeA, Transform &xfA, PolygonShape polygonB, Transform &xfB ) : void
manifold Manifold
edgeA FarseerPhysics.Collision.Shapes.EdgeShape
xfA Transform
polygonB FarseerPhysics.Collision.Shapes.PolygonShape
xfB Transform
리턴 void