Structure representing a 3D vector for sensor measurements. More...
Public Member Functions | |
| Vector3d (this.x, this.y, this.z) | |
| Default constructor. | |
Public Attributes | |
| double | x |
| X-coordinate of the 3D vector. | |
| double | y |
| Y-coordinate of the 3D vector. | |
| double | z |
| Z-coordinate of the 3D vector. | |
Structure representing a 3D vector for sensor measurements.
Referenced from SensorMeasurement.
Definition at line 18 of file vector3d.dart.
| Vector3d.Vector3d | ( | this. | x, |
| this. | y, | ||
| this. | z ) |
Default constructor.
| double Vector3d.x |
X-coordinate of the 3D vector.
Definition at line 24 of file vector3d.dart.
| double Vector3d.y |
Y-coordinate of the 3D vector.
Definition at line 28 of file vector3d.dart.
| double Vector3d.z |
Z-coordinate of the 3D vector.
Definition at line 32 of file vector3d.dart.