C# Class TrelamiumTwo.Core.Mechanics.Verlet.VerletStick

Show file Open project: iNxSignia/TrelamiumTwo Class Usage Examples

Public Properties

Property Type Description
End VerletPoint
Length float
Start VerletPoint
Texture Texture2D

Public Methods

Method Description
VerletStick ( VerletPoint start, VerletPoint end, float length, Texture2D texture = null ) : Microsoft.Xna.Framework.Graphics

Method Details

VerletStick() public method

public VerletStick ( VerletPoint start, VerletPoint end, float length, Texture2D texture = null ) : Microsoft.Xna.Framework.Graphics
start VerletPoint
end VerletPoint
length float
texture Texture2D
return Microsoft.Xna.Framework.Graphics

Property Details

End public property

public VerletPoint,TrelamiumTwo.Core.Mechanics.Verlet End
return VerletPoint

Length public property

public float Length
return float

Start public property

public VerletPoint,TrelamiumTwo.Core.Mechanics.Verlet Start
return VerletPoint

Texture public property

public Texture2D Texture
return Texture2D