메소드 | 설명 | |
---|---|---|
ConsoleBuffer3D ( int width, int height ) : System |
Initializes a new ConsoleBuffer3D instance with the specified dimensions.
|
메소드 | 설명 | |
---|---|---|
CompareDepth ( int &x, int &y, double &depth ) : bool |
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 |