flame-engine / forge2d

A Dart port of Box2D
BSD 3-Clause "New" or "Revised" License
181 stars 26 forks source link

fix: Properly use the `getX/YAxis` out vector #61

Closed spydon closed 2 years ago

spydon commented 2 years ago

Description

Previously a vector was sent in to the methods, but it wasn't used. This PR makes that vector optional and makes use of it.

Checklist

Breaking Change

Related Issues

Closes #60