16171819202122
uv.v = icon.getInterpolatedV(uv.v * 16); } @Override public UVTransformation inverse() { throw new IrreversibleTransformationException(this); }
17181920212223