Math GraphicsVisual C++ Gallery
3D Surface in C++ Visual Sudio

Plot a 3D surface, and rotate it randomly about the 3 coordinate axes,
periodically.
Examples included:
Jester’s Hat: z = -sin(3 * (x^2 + y^2))
Saddle: z = x^2 – y^2
Spanish:
Grafica una superficie 3D, y la rota aleatoriamente sobre los 3 ejes coordenados,
de manera periodica.
Ejemplos incluidos:
El Sombrero de Bufón: z = -sin(3 * (x^2 + y^2))
La silla de Montar: z = x^2 – y^2
Developed by:
YACSHA – Software & Desing, since 1999, Lima – Perú
The World of Chaos – EL MUNDO DEL CAOS – Unlimited Programming
You can DOWNLOAD the SOURCE CODE and executable software for FREE from here:
3D Surface (918 downloads )Join The World of Chaos Developer Community😃
Contribute to the project on Github!HISTORY
- Version 2 – 03-V-2024
- Update visual-c++\3DSurface – Porting to VC++ 2017.
- Various bugs are corrected.
- Added a new icon to the project
- Add credits and version history
- Translate GUI from spanish to english
- It is possible to select the type of surface to plot, from a combo box. For now there are only 2 examples:
- Jester’s Hat: z = -sin(3 * (x^2 + y^2))
- Saddle: z = x^2 – y^2
- Version 1 – 23-VI-2000
- First version developed by Yacsha for VC++ 6.0