vector_math_operations library
A library containing matrix operations (Matrix44Operations) that can be performed on Float32List instances and SIMD optimized operations (Matrix44SIMDOperations) that can be performed on Float32x4List instances.
Classes
- Matrix44Operations
- Static methods operating on 4x4 matrices packed column major into a Float32List.
- Matrix44SIMDOperations
- Static methods operating on 4x4 matrices packed column major into a Float32x4List.