-
Notifications
You must be signed in to change notification settings - Fork 502
Add FlxMatrix pooling #3581
Copy link
Copy link
Open
Description
Same as with FlxPoint and FlxRect, FlxMatrix is a very commonly used class in HaxeFlixel for math calculations.
However, strangely, it is the only one of the group that lacks pooling support to reuse instances of FlxMatrix.
Adding the same kind of pooling that FlxPoint and FlxRect have would be extremely useful, both for developers and within HaxeFlixel itself, as it would reduce the number of instances and the memory overhead caused by constantly creating and destroying FlxMatrix objects.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels