UNPKG

tapspace

Version:

A zoomable user interface lib for web apps

19 lines (16 loc) 300 B
const Point = require('../Point') module.exports = function () { // @Circle:atCenter() // @Circle:atMid() // // Get the center point of the sphere. // // Return // a Point // return new Point(this.basis, { x: this.circle.x, y: this.circle.y, z: this.circle.z }) }