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

파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
K Mat22
contactIndex int
friction float
indexA int
indexB int
invIA float
invMassA float
normal Vector2
normalMass Mat22
pointCount int
points FarseerPhysics.Dynamics.Contacts.VelocityConstraintPoint[]
restitution float
tangentSpeed float

공개 메소드들

메소드 설명
ContactVelocityConstraint ( ) : System

메소드 상세

ContactVelocityConstraint() 공개 메소드

public ContactVelocityConstraint ( ) : System
리턴 System

프로퍼티 상세

K 공개적으로 프로퍼티

public Mat22 K
리턴 Mat22

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

invMassA 공개적으로 프로퍼티

public float invMassA
리턴 float

normal 공개적으로 프로퍼티

public Vector2 normal
리턴 Vector2

normalMass 공개적으로 프로퍼티

public Mat22 normalMass
리턴 Mat22

pointCount 공개적으로 프로퍼티

public int pointCount
리턴 int

points 공개적으로 프로퍼티

public VelocityConstraintPoint[],FarseerPhysics.Dynamics.Contacts points
리턴 FarseerPhysics.Dynamics.Contacts.VelocityConstraintPoint[]

restitution 공개적으로 프로퍼티

public float restitution
리턴 float

tangentSpeed 공개적으로 프로퍼티

public float tangentSpeed
리턴 float