Get the target point in world coordinates * @return {Vector2}
()
| 867 | /** Get the target point in world coordinates |
| 868 | * @return {Vector2} */ |
| 869 | getTarget(){ return box2d.vec2From(this.box2dJoint.GetTarget()); } |
| 870 | |
| 871 | /** Sets the maximum force in Newtons |
| 872 | * @param {number} force */ |