Comora icon indicating copy to clipboard operation
Comora copied to clipboard

Allow reusing Vector2 instance

Open implicit-invocation opened this issue 8 years ago • 1 comments

https://github.com/aloisdeniel/Comora/blob/master/Sources/Comora/Camera.cs#L190

Can you modify these to use public static void Transform(ref Vector2 position, ref Matrix matrix, out Vector2 result) and avoid some GC?

implicit-invocation avatar Jun 16 '17 18:06 implicit-invocation

Sure I'll push an update very soon. That makes sense.

aloisdeniel avatar Jun 16 '17 19:06 aloisdeniel