C# Class Nez.Verlet.LineSegments

a series of points connected with DistanceConstraints
Inheritance: Composite
Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Méthode Description
LineSegments ( Vector2 vertices, float stiffness ) : Microsoft.Xna.Framework
pinParticleAtIndex ( int index ) : LineSegments

pins the Particle at the given index

Method Details

LineSegments() public méthode

public LineSegments ( Vector2 vertices, float stiffness ) : Microsoft.Xna.Framework
vertices Microsoft.Xna.Framework.Vector2
stiffness float
Résultat Microsoft.Xna.Framework

pinParticleAtIndex() public méthode

pins the Particle at the given index
public pinParticleAtIndex ( int index ) : LineSegments
index int Index.
Résultat LineSegments