메소드 | 설명 | |
---|---|---|
Line3D ( ) : System |
The default constructor
|
|
Line3D ( |
The default constructor
|
메소드 | 설명 | |
---|---|---|
CalculateDirection ( ) : void |
calculate Direction by StartPoint and EndPoint
|
|
CalculateEndPoint ( ) : void |
calculate EndPoint by StartPoint, Length and Direction
|
|
CalculateLength ( ) : void |
calculate length by StartPoint and EndPoint
|
public Line3D ( |
||
startPnt | start point of line | |
endPnt | enn point of line | |
리턴 | System |