메소드 | 설명 | |
---|---|---|
SegmentLine2D ( ) : System |
default constructor
|
|
SegmentLine2D ( Point startPoint, Point endPoint ) : System |
constructor, initialize the segment with end points
|
|
SegmentLine2D ( |
copy constructor
|
public SegmentLine2D ( Point startPoint, Point endPoint ) : System | ||
startPoint | Point | /// the start point of the segment /// |
endPoint | Point | /// the end point of the segment /// |
리턴 | System |
public SegmentLine2D ( |
||
segLine2D | /// the source segment line 2D /// | |
리턴 | System |