Namespace: Math

Core. Math

Contains helpful classes to work with position, dimensions, and transformations.

Example

WebViewer(...)
  .then(function(instance) {
    var Math = instance.Core.Math;
    // Math.Point
  });

Classes

Matrix
Point
Quad
Rect
TransformationBuilder