This website requires JavaScript.
Explore
Help
Sign in
tobast
/
mpri-graphics-project
Watch
2
Star
0
Fork
You've already forked mpri-graphics-project
0
Code
Issues
Pull requests
Releases
Wiki
Activity
1dff2ab839
mpri-graphics-project
/
Implicit.hpp
5 lines
105 B
C++
Raw
Normal View
History
Unescape
Escape
Basic implicit surfaces interface definition
2018-01-25 11:40:39 +01:00
class
ImplicitSurface
{
public
:
virtual
double
operator
(
)
(
double
x
,
double
y
,
double
z
)
;
Typos in Implicit.hpp and remove Implicit.cpp
2018-01-31 16:43:44 +01:00
}
;
Reference in a new issue
Copy permalink