C# Class StdPaint.ConsoleBuffer3D

Stores a console buffer capable of drawing three-dimensional objects.
Inheritance: ConsoleBuffer
Afficher le fichier Open project: TheBerkin/StdPaint

Méthodes publiques

Méthode Description
ConsoleBuffer3D ( int width, int height ) : System

Initializes a new ConsoleBuffer3D instance with the specified dimensions.

Private Methods

Méthode Description
CompareDepth ( int &x, int &y, double &depth ) : bool

Method Details

ConsoleBuffer3D() public méthode

Initializes a new ConsoleBuffer3D instance with the specified dimensions.
public ConsoleBuffer3D ( int width, int height ) : System
width int The width of the buffer, in units.
height int The height of the buffer, in units.
Résultat System