A point at the specified metrics coordinates.
More...
|
| Point (float x, float y) |
| Default constructor for class Point.
|
|
float | getX () |
| point's x coordinate in meters.
|
|
float | getY () |
| point's y coordinate in meters.
|
|
String | toString () |
|
A point at the specified metrics coordinates.
Definition at line 14 of file Point.java.
◆ Point()
com.navigine.idl.java.Point.Point |
( |
float | x, |
|
|
float | y ) |
|
inline |
◆ getX()
float com.navigine.idl.java.Point.getX |
( |
| ) |
|
|
inline |
point's x
coordinate in meters.
- Returns
Definition at line 34 of file Point.java.
◆ getY()
float com.navigine.idl.java.Point.getY |
( |
| ) |
|
|
inline |
point's y
coordinate in meters.
- Returns
Definition at line 41 of file Point.java.
◆ toString()
String com.navigine.idl.java.Point.toString |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: