Structure representing a 3D vector for sensor measurements.
More...
Inherits Comparable< Vector3d >.
Structure representing a 3D vector for sensor measurements.
Referenced from SensorMeasurement.
Definition at line 15 of file Vector3d.java.
◆ Vector3d()
| com.navigine.idl.java.Vector3d.Vector3d |
( |
float | x, |
|
|
float | y, |
|
|
float | z ) |
|
inline |
◆ compareTo()
| int com.navigine.idl.java.Vector3d.compareTo |
( |
Vector3d | other | ) |
|
|
inline |
◆ equals()
| boolean com.navigine.idl.java.Vector3d.equals |
( |
Object | obj | ) |
|
|
inline |
◆ getX()
| float com.navigine.idl.java.Vector3d.getX |
( |
| ) |
|
|
inline |
X-coordinate of the 3D vector.
- Returns
Definition at line 39 of file Vector3d.java.
◆ getY()
| float com.navigine.idl.java.Vector3d.getY |
( |
| ) |
|
|
inline |
Y-coordinate of the 3D vector.
- Returns
Definition at line 46 of file Vector3d.java.
◆ getZ()
| float com.navigine.idl.java.Vector3d.getZ |
( |
| ) |
|
|
inline |
Z-coordinate of the 3D vector.
- Returns
Definition at line 53 of file Vector3d.java.
◆ hashCode()
| int com.navigine.idl.java.Vector3d.hashCode |
( |
| ) |
|
|
inline |
◆ toString()
| String com.navigine.idl.java.Vector3d.toString |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: