Graphics

Math Graphics

Lagrange Curve in C++ Visual Sudio

Draw a Lagrange Curve Developed by: Original authors: Manuel Paredes Improvements added from version 2, thanks to Yacsha. JOSE LUIS…

Read More »
Graphics

Plotting Mathematical Functions, 3d function plotter in C++(Graf 3D) Example 3, using graphics.h BGI library

3D FUNCTION PLOTTER Rotates a 3D surface z=f(x,y) randomly around each of the three axes (X,Y,Z), modeling this function as…

Read More »
Graphics

Plotting Mathematical Functions, 3d function plotter in C++(Graf 3D) Example 2, using graphics.h BGI library

3D FUNCTION PLOTTER Rotates a 3D surface z=f(x,y) randomly around each of the three axes (X,Y,Z), modeling this function as…

Read More »
Graphics

Plotting Mathematical Functions, 3d function plotter in C++(Graf 3D) Example 1, using graphics.h BGI library

3D FUNCTION PLOTTER Rotates a 3D surface z=f(x,y) randomly around each of the three axes (X,Y,Z), modeling this function as…

Read More »
Math Graphics

Translated Square in C++ Visual Sudio

A 3D square is plotted that supports translation parallel to the X, Y, Z axes Spanish:Se plotea un cuadrado 3D…

Read More »
Math Graphics

3D Square in C++ Visual Sudio

A 3D square is plotted that supports translation, rotation, projection in the XY, XZ, YZ planes, and reflection with respect…

Read More »
Math Graphics

Bezier Curve in C++ Visual Sudio

Draw a Bezier Curve Developed by: Original authors: Manuel Paredes Improvements added from version 2, thanks to Yacsha. JOSE LUIS…

Read More »
Math Graphics

B-Spline Curve in C++ Visual Sudio

Draw a B-Spline Curve Developed by: Original authors: Amelia Improvements added from version 2, thanks to Yacsha. JOSE LUIS DE…

Read More »
Math Graphics

3D Cube in C++ Visual Sudio

Rotate and translate a cube around the X, Y and Z axes Developed by: Original authors: Amelia Improvements added from…

Read More »
Graphics

Advanced Math Function Plotter, 2D Function Plotter in C++ (METPRO), using graphics.h BGI library

Draw Windows with WinBGI The METPRO program is an example of the use of windows.h. What it does is to…

Read More »
Back to top button