Namespace: Math

CoreControls. Math

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

Example

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

Classes

Matrix
Point
Quad
Rect
TransformationBuilder