(c)
| 2014 | const debugDraw = new box2d.instance.JSDraw(); |
| 2015 | const box2dColor = (c)=> new Color(c.get_r(), c.get_g(), c.get_b()); |
| 2016 | const box2dColorPointer = (c)=> |
| 2017 | box2dColor(box2d.instance.wrapPointer(c, box2d.instance.b2Color)); |
| 2018 | const getDebugColor = (color)=>box2dColorPointer(color).scale(1,.8); |
| 2019 | const getPointsList = (vertices, vertexCount)=> |
| 2020 | { |
no test coverage detected