|
Verlet Intergration Soft Body
|
Public Member Functions | |
| Arrow (Vector2 start, Vector2 end, Color color, float width=2.0f) | |
| override void | Draw (SpriteBatch spriteBatch, PrimitiveBatch primitiveBatch) |
| Public Member Functions inherited from VectorGraphics.PrimitiveBatch.Shape | |
| Shape (Vector2 position, Color color, bool filled=true) | |
| void | Draw (SpriteBatch spriteBatch, PrimitiveBatch primitiveBatch) |
Public Attributes | |
| Vector2 | Start |
| Vector2 | End |
| float | Width |
| Public Attributes inherited from VectorGraphics.PrimitiveBatch.Shape | |
| Vector2 | position |
| Color | color |
| bool | filled |