Constructor
# new Transform()
Example
Transforms Lat/Long/Zoom coordinates to X/Y/Z coordinates or X/Y/Z to Lat/Long/Zoom
const transform = new Vexcel.Utils.Transform([34,-111,5]);
Class
This class takes either lat/long/zoom or xyz coordinates and transforms the coordinates to the other type.
Transforms Lat/Long/Zoom coordinates to X/Y/Z coordinates or X/Y/Z to Lat/Long/Zoom
const transform = new Vexcel.Utils.Transform([34,-111,5]);