You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently FlxPoint has one or two methods that can be used in math vector calculations. It's pretty hard to implement vector dependent functionalities using Flixel, such as steering behaviors. Useful methods such as rotate(), normalize(), perp(), dot(), cross(), etc are missing.
It would be great to have them. If they "clutter" the API, the FlxVector class could be created.
The text was updated successfully, but these errors were encountered:
Currently
FlxPoint
has one or two methods that can be used in math vector calculations. It's pretty hard to implement vector dependent functionalities using Flixel, such as steering behaviors. Useful methods such asrotate()
,normalize()
,perp()
,dot()
,cross()
, etc are missing.It would be great to have them. If they "clutter" the API, the
FlxVector
class could be created.The text was updated successfully, but these errors were encountered: