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 and others

Greatest Common Divisor in C++

Function to solve the greatest common divisor of a group of numbers Developed by: JOSE LUIS DE LA CRUZ LAZARO…

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

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

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 and others

Lectura de Números – Español in C++

This program reads an integer and returns its equivalent in letters. Exm: If I entered 3465, the program returns “three…

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 »
VideoGames

Nibbles (snake) game in C++, using graphics.h BGI library

SKILL GAME (1 or 2 players) Now you can play using a joystick and keyboard control is disabled. Includes sources…

Read More »
Back to top button