Метод | Описание | |
---|---|---|
Line2D ( ) : System |
constructor default StartPoint = (0.0, 0.0), EndPoint = (1.0, 0.0)
|
|
Line2D ( |
constructor
|
Метод | Описание | |
---|---|---|
CalculateBoundingBox ( ) : void |
calculate BoundingBox according to StartPoint and EndPoint
|
|
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 Line2D ( |
||
startPnt | StartPoint | |
endPnt | EndPoint | |
Результат | System |