Třída objektů typu PointPolar. Objekt typu PointPolar je adresa vypočítána jako úhel a vzdálenost od depa, které má tuto adresu přidělenu.
◆ PointPolar()
| fei.address.PointPolar.PointPolar |
( |
Point2D |
point, |
|
|
Address |
depo |
|
) |
| |
Standardní konstruktor objektu.
- Parameters
-
| point | souřadnice aktuálního objektu Address |
| depo | adresa depa, kterému patří souřadnice adresy výše. |
◆ getPhi()
| double fei.address.PointPolar.getPhi |
( |
| ) |
|
Získá velikost úhlu phi mezi depem a aktuálním bodem.
- Returns
- velikost úhlu phi.
◆ toString()
| String fei.address.PointPolar.toString |
( |
| ) |
|
Výpis.
- Returns
- vypíše incormace o vzdálenosti od depa (r) a úhlu depa a aktuálnho bodu (phi).
The documentation for this class was generated from the following file:
- D:/Škola/Navazující/4.semestr/NNDIP - Diplomová práce/DiplomovaPrace_Klabenes/DiplomovaPrace_Klabenes/src/main/java/fei/address/PointPolar.java