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
Dart 3.3 comes with new extensions types that could be helpful from a performance view as it would remove the need for wrapper types from Vector3, Matrix4, and others. It doesn't come without downsides, like the lack of type checking abilities.
Are there any interest / plans to rework vector_math to use them?
The text was updated successfully, but these errors were encountered:
Dart 3.3 comes with new extensions types that could be helpful from a performance view as it would remove the need for wrapper types from Vector3, Matrix4, and others. It doesn't come without downsides, like the lack of type checking abilities.
Are there any interest / plans to rework vector_math to use them?
The text was updated successfully, but these errors were encountered: