Starting to move data loader to its own package
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
1
packages/wolf_3d_data/lib/src/classes/matrix.dart
Normal file
1
packages/wolf_3d_data/lib/src/classes/matrix.dart
Normal file
@@ -0,0 +1 @@
|
||||
typedef Matrix<T> = List<List<T>>;
|
||||
Reference in New Issue
Block a user