yw property
Implementation
Vector2 get yw => new Vector2(_v4storage[1], _v4storage[3]);
Implementation
set yw(Vector2 arg) {
final Float32List argStorage = arg._v2storage;
_v4storage[1] = argStorage[0];
_v4storage[3] = argStorage[1];
}
Vector2 get yw => new Vector2(_v4storage[1], _v4storage[3]);
set yw(Vector2 arg) {
final Float32List argStorage = arg._v2storage;
_v4storage[1] = argStorage[0];
_v4storage[3] = argStorage[1];
}