C# 클래스 Nez.SpringGrid.Spring

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

공개 프로퍼티들

프로퍼티 타입 설명
damping float
end1 PointMass
end2 PointMass
stiffness float
targetLength float

공개 메소드들

메소드 설명
Spring ( PointMass end1, PointMass end2, float stiffness, float damping ) : System.Collections.Generic
update ( ) : void

메소드 상세

Spring() 공개 메소드

public Spring ( PointMass end1, PointMass end2, float stiffness, float damping ) : System.Collections.Generic
end1 PointMass
end2 PointMass
stiffness float
damping float
리턴 System.Collections.Generic

update() 공개 메소드

public update ( ) : void
리턴 void

프로퍼티 상세

damping 공개적으로 프로퍼티

public float damping
리턴 float

end1 공개적으로 프로퍼티

public PointMass end1
리턴 PointMass

end2 공개적으로 프로퍼티

public PointMass end2
리턴 PointMass

stiffness 공개적으로 프로퍼티

public float stiffness
리턴 float

targetLength 공개적으로 프로퍼티

public float targetLength
리턴 float