C# Class Nez.Verlet.Ball

single Particle composite
Inheritance: Composite
Show file Open project: prime31/Nez

Public Methods

Method Description
Ball ( Vector2 position, float radius = 10 ) : Microsoft.Xna.Framework

Method Details

Ball() public method

public Ball ( Vector2 position, float radius = 10 ) : Microsoft.Xna.Framework
position Microsoft.Xna.Framework.Vector2
radius float
return Microsoft.Xna.Framework