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

Function should be an interface #65

Closed lene closed 10 years ago

lene commented 10 years ago

Function should be an abstract interface, F:R³->R a distinct type, implementing the Function interface.

Function could probably be a template with f()'s type as template parameter.

lene commented 10 years ago