flutter-idea/src/io/flutter/utils/math/Matrix4.java [2119:2131]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    final double[] argStorage = arg._v3storage;
    final double x_ = (_m4storage[0] * argStorage[0]) +
                      (_m4storage[4] * argStorage[1]) +
                      (_m4storage[8] * argStorage[2]) +
                      _m4storage[12];
    final double y_ = (_m4storage[1] * argStorage[0]) +
                      (_m4storage[5] * argStorage[1]) +
                      (_m4storage[9] * argStorage[2]) +
                      _m4storage[13];
    final double z_ = (_m4storage[2] * argStorage[0]) +
                      (_m4storage[6] * argStorage[1]) +
                      (_m4storage[10] * argStorage[2]) +
                      _m4storage[14];
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



flutter-idea/src/io/flutter/utils/math/Matrix4.java [2191:2203]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    final double[] argStorage = arg._v3storage;
    final double x_ = (_m4storage[0] * argStorage[0]) +
                      (_m4storage[4] * argStorage[1]) +
                      (_m4storage[8] * argStorage[2]) +
                      _m4storage[12];
    final double y_ = (_m4storage[1] * argStorage[0]) +
                      (_m4storage[5] * argStorage[1]) +
                      (_m4storage[9] * argStorage[2]) +
                      _m4storage[13];
    final double z_ = (_m4storage[2] * argStorage[0]) +
                      (_m4storage[6] * argStorage[1]) +
                      (_m4storage[10] * argStorage[2]) +
                      _m4storage[14];
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



