Метод | Описание | |
---|---|---|
Clear ( ) : void |
clear the stored data
|
|
WallBaseline2D ( ) : System |
default constructor
|
|
WallBaseline2D ( Point startPoint, Point endPoint ) : System |
constructor
|
|
WallBaseline2D ( |
copy constructor
|
public WallBaseline2D ( Point startPoint, Point endPoint ) : System | ||
startPoint | Point | /// the start point for the line /// |
endPoint | Point | /// the end point for the line /// |
Результат | System |
public WallBaseline2D ( |
||
wallLine2D | /// the line to be copied /// | |
Результат | System |