vector_math_lists library Null safety
A library for working with lists of vectors in a memory efficient way.
Classes
- ScalarListView
- Defines a view of scalar values over a Float32List that allows for a custom offset and stride.
- Vector2List
- A list of Vector2.
- Vector3List
- A list of Vector3.
- Vector4List
- A list of Vector4.
-
VectorList<
T extends Vector> - Abstract base class for vector lists. See Vector2List, Vector3List, and Vector4List for implementations of this class.