Transform is a class for dealing with transform data
x,y - translation, (from origin coordinate [0,0], to top-left screen coordinate)
z - zoom (the scale factor is 2^z)
r - rotation, optionally applied post-projection to change the map bearing away from north-up
Transformis a class for dealing with transform datax,y- translation, (from origin coordinate [0,0], to top-left screen coordinate)z- zoom (the scale factor is 2^z)r- rotation, optionally applied post-projection to change the map bearing away from north-up