C# 클래스 Nez.Verlet.LineSegments

a series of points connected with DistanceConstraints
상속: Composite
파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
LineSegments ( Vector2 vertices, float stiffness ) : Microsoft.Xna.Framework
pinParticleAtIndex ( int index ) : LineSegments

pins the Particle at the given index

메소드 상세

LineSegments() 공개 메소드

public LineSegments ( Vector2 vertices, float stiffness ) : Microsoft.Xna.Framework
vertices Microsoft.Xna.Framework.Vector2
stiffness float
리턴 Microsoft.Xna.Framework

pinParticleAtIndex() 공개 메소드

pins the Particle at the given index
public pinParticleAtIndex ( int index ) : LineSegments
index int Index.
리턴 LineSegments