Graphics

Graphics

Triangle in C++, using graphics.h BGI library

Plots a triangle in a 3D system on the screen rotating around the axe Z. Its initial coordinates are read…

Read More »
Graphics

How to Draw a Bitmap BMP in C++ (BMPPlus), using graphics.h BGI library

Similar to PCXPlus but graphics bitmaps (BMP) using low-level drawing routines in 320×200 and 640×480 resolutions with 256 colors. Developed…

Read More »
Graphics

How to Draw a Bitmap BMP and PCX in C++ (IMGBGI), using graphics.h BGI library

After such a long time without updating PCXBGI, I decided to do something more productive, like a universal image loader,…

Read More »
Fractals

Bezier Surface in C++ Visual Sudio

Draw a Bezier surface Developed by: Original authors: Amelia Improvements added from version 2, thanks to Yacsha. JOSE LUIS DE…

Read More »
Math Graphics

Lagrange Surface in C++ Visual Sudio

Draw a Lagrange surface Developed by: Original authors: Amelia Improvements added from version 2, thanks to Yacsha. JOSE LUIS DE…

Read More »
Math Graphics

Newton, Lagrange and Bezier Interpolation Curve in C++ Visual Sudio

Newton, Lagrange and Bezier curves are plotted simultaneously, which interpolate a polygonal entered by the user. Spanish:Se plotea las curvas…

Read More »
Math Graphics

3D Rotating Square in C++ Visual Sudio

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

Read More »
Math Graphics

3D Axis in C++ Visual Sudio

The axes are plotted in 2 dimensions and 3 dimensions. Spanish:Se plotea los ejes en 2 dimensiones y en 3…

Read More »
Math Graphics

3D Pyramid in C++ Visual Sudio

A pyramid is plotted in 3D. It is allowed to translate it on the Y axis and rotate it around…

Read More »
Math Graphics

3D Square – Transformations in C++ Visual Sudio

Model 2: A 3D square is plotted that supports translation, rotation, scaling, projection in the XY, XZ, YZ planes, and…

Read More »
Back to top button