lene / HyperspaceExplorer

Displays four-dimensional objects and functions by projecting them into three-dimensional space. Viewpoint transformations and parameter changes are displayed in real time.
http://hyperspace-expl.sourceforge.net/
GNU General Public License v2.0
3 stars 0 forks source link

Get rid of pointers #34

Closed lene closed 10 years ago

lene commented 10 years ago

use auto_ptr<> for Functions and vector<> for raw data

lene commented 10 years ago
lene commented 10 years ago