C# (CSharp) FarseerPhysics.Collision.Shapes LoopShape - 11 examples found. These are the top rated real world C# (CSharp) examples of FarseerPhysics.Collision.Shapes.LoopShape extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
A loop Shape is a free form sequence of line segments that form a circular list. The loop may cross upon itself, but this is not recommended for smooth collision. The loop has double sided collision, so you can use inside and outside collision. Therefore, you may use any winding order.