C# (CSharp) FarseerPhysics.Dynamics.Joints JointEdge - 7 examples found. These are the top rated real world C# (CSharp) examples of FarseerPhysics.Dynamics.Joints.JointEdge extracted from open source projects. You can rate examples to help us improve the quality of examples.
A joint edge is used to connect bodies and joints together in a joint graph where each body is a node and each joint is an edge. A joint edge belongs to a doubly linked list maintained in each attached body. Each joint has two joint nodes, one for each attached body.