vector_math.dart
vector_math.dart copied to clipboard
Extension Types
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?
I'm interested in exploring this space.
but it would be a new API