public Body CreateEdge(Vector2 start, Vector2 end) { Body body = CreateBody(); body.CreateEdge(start, end); return(body); }