constPoint = require('../Point')
module.exports = function () {
// @Sphere:atCenter()// @Sphere:atMid()//// Get the center point of the sphere.//// Return// a Point//returnnewPoint(this.basis, {
x: this.sphere.x,
y: this.sphere.y,
z: this.sphere.z
})
}