C# 클래스 StdPaint.ConsoleBuffer3D

Stores a console buffer capable of drawing three-dimensional objects.
상속: ConsoleBuffer
파일 보기 프로젝트 열기: TheBerkin/StdPaint

공개 메소드들

메소드 설명
ConsoleBuffer3D ( int width, int height ) : System

Initializes a new ConsoleBuffer3D instance with the specified dimensions.

비공개 메소드들

메소드 설명
CompareDepth ( int &x, int &y, double &depth ) : bool

메소드 상세

ConsoleBuffer3D() 공개 메소드

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.
리턴 System