UNPKG

tapspace

Version:

A zoomable user interface lib for web apps

14 lines (11 loc) 221 B
const Distance = require('../Distance') module.exports = function () { // @Box:getDepth() // // Get box depth as a distance. // // Return // a Distance // return new Distance(this.basis, this.box.d) }