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

Mostra 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_oe property

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

Length public_oe property

public float Length
return float

Start public_oe property

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

Texture public_oe property

public Texture2D Texture
return Texture2D