/** @constructor @member mathlib */ function Data() { /** @property */ this.point = {}; } /** @namespace */ mathlib = {Data: Data};