C# Class StdPaint.ConsoleBuffer3D

Stores a console buffer capable of drawing three-dimensional objects.
Inheritance: ConsoleBuffer
显示文件 Open project: TheBerkin/StdPaint

Public Methods

Method Description
ConsoleBuffer3D ( int width, int height ) : System

Initializes a new ConsoleBuffer3D instance with the specified dimensions.

Private Methods

Method Description
CompareDepth ( int &x, int &y, double &depth ) : bool

Method Details

ConsoleBuffer3D() public method

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.
return System