C# 클래스 Box2D.Dynamics.Contacts.ContactVelocityConstraint

파일 보기 프로젝트 열기: gerich-home/box2dnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ContactIndex int
Friction float
IndexA int
IndexB int
InvIA float
InvIB float
InvMassA float
InvMassB float
K Box2D.Common.Mat22
Normal Box2D.Common.Vec2
NormalMass Box2D.Common.Mat22
PointCount int
Points VelocityConstraintPoint[]
Restitution float
TangentSpeed float

공개 메소드들

메소드 설명
ContactVelocityConstraint ( ) : Box2D.Common

메소드 상세

ContactVelocityConstraint() 공개 메소드

public ContactVelocityConstraint ( ) : Box2D.Common
리턴 Box2D.Common

프로퍼티 상세

ContactIndex 공개적으로 프로퍼티

public int ContactIndex
리턴 int

Friction 공개적으로 프로퍼티

public float Friction
리턴 float

IndexA 공개적으로 프로퍼티

public int IndexA
리턴 int

IndexB 공개적으로 프로퍼티

public int IndexB
리턴 int

InvIA 공개적으로 프로퍼티

public float InvIA
리턴 float

InvIB 공개적으로 프로퍼티

public float InvIB
리턴 float

InvMassA 공개적으로 프로퍼티

public float InvMassA
리턴 float

InvMassB 공개적으로 프로퍼티

public float InvMassB
리턴 float

K 공개적으로 프로퍼티

public Mat22,Box2D.Common K
리턴 Box2D.Common.Mat22

Normal 공개적으로 프로퍼티

public Vec2,Box2D.Common Normal
리턴 Box2D.Common.Vec2

NormalMass 공개적으로 프로퍼티

public Mat22,Box2D.Common NormalMass
리턴 Box2D.Common.Mat22

PointCount 공개적으로 프로퍼티

public int PointCount
리턴 int

Points 공개적으로 프로퍼티

public VelocityConstraintPoint[] Points
리턴 VelocityConstraintPoint[]

Restitution 공개적으로 프로퍼티

public float Restitution
리턴 float

TangentSpeed 공개적으로 프로퍼티

public float TangentSpeed
리턴 float