Contains helpful classes to work with position, dimensions, and transformations.
Example
WebViewer(...)
.then(function(instance) {
var Math = instance.CoreControls.Math;
// Math.Point
});
WebViewer(...)
.then(function(instance) {
var Math = instance.CoreControls.Math;
// Math.Point
});