UNPKG

tapspace

Version:

A zoomable user interface lib for web apps

13 lines (11 loc) 231 B
const Distance = require('../Distance') module.exports = function () { // @Sphere:getRadius() // // Get sphere radius as a distance. // // Return // a Distance // return new Distance(this.basis, this.sphere.r) }