Home | History | Annotate | Download | only in spinning-balls

Lines Matching full:prototype

80 Point.prototype.color = function () {
85 Point.prototype.decay = function () {
97 PointsList.prototype.add = function (point) {
105 PointsList.prototype.remove = function (point) {
222 PausePlot.prototype.addPause = function (p) {
239 PausePlot.prototype.iteratePauses = function (f) {
257 PausePlot.prototype.draw = function () {
316 Scene.prototype.drawPoint = function (x, y, z, color) {
335 Scene.prototype.drawDyingPoints = function () {
352 Scene.prototype.draw = function () {
471 Form.prototype.remove = function () {