Viewport.js 134 B

1234567891011
  1. "use strict";
  2. /**
  3. * Used to indicate how the user views the content inside of the canvas.
  4. *
  5. * @class
  6. */
  7. function Viewport()
  8. {
  9. }