C# 클래스 Box2DX.Collision.ManifoldPoint

파일 보기 프로젝트 열기: danielpcox/Crisis-at-Swiss-Station 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID ContactID
LocalPoint1 Box2DX.Common.Vec2
LocalPoint2 Box2DX.Common.Vec2
NormalImpulse float
Separation float
TangentImpulse float

공개 메소드들

메소드 설명
Clone ( ) : ManifoldPoint

메소드 상세

Clone() 공개 메소드

public Clone ( ) : ManifoldPoint
리턴 ManifoldPoint

프로퍼티 상세

ID 공개적으로 프로퍼티

Uniquely identifies a contact point between two shapes.
public ContactID,Box2DX.Collision ID
리턴 ContactID

LocalPoint1 공개적으로 프로퍼티

Local position of the contact point in body1.
public Vec2,Box2DX.Common LocalPoint1
리턴 Box2DX.Common.Vec2

LocalPoint2 공개적으로 프로퍼티

Local position of the contact point in body2.
public Vec2,Box2DX.Common LocalPoint2
리턴 Box2DX.Common.Vec2

NormalImpulse 공개적으로 프로퍼티

The non-penetration impulse.
public float NormalImpulse
리턴 float

Separation 공개적으로 프로퍼티

The separation of the shapes along the normal vector.
public float Separation
리턴 float

TangentImpulse 공개적으로 프로퍼티

The friction impulse.
public float TangentImpulse
리턴 float