unconed / MathBox.js

MathBox is a (work in progress) library for making presentation-quality math diagrams in WebGL.
MIT License
1.94k stars 127 forks source link

documentation for surface data is not quite right #5

Closed timothypratley closed 10 years ago

timothypratley commented 11 years ago

The documentation for surface is incorrect on the main page: data: null, // Array of data points, each an array of 2 or 3 elements

data must be an array of arrays of either a value or a point (an array of 2 or 3 elements)

Awesome library!!! love it :+1: :)