Loading...
Searching...
No Matches
Vector3d Class Reference

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.
 

Detailed Description

Structure representing a 3D vector for sensor measurements.

Referenced from SensorMeasurement.

Definition at line 18 of file vector3d.dart.

Constructor & Destructor Documentation

◆ Vector3d()

Vector3d.Vector3d ( this. x,
this. y,
this. z )

Default constructor.

Member Data Documentation

◆ x

double Vector3d.x

X-coordinate of the 3D vector.

Definition at line 24 of file vector3d.dart.

◆ y

double Vector3d.y

Y-coordinate of the 3D vector.

Definition at line 28 of file vector3d.dart.

◆ z

double Vector3d.z

Z-coordinate of the 3D vector.

Definition at line 32 of file vector3d.dart.


The documentation for this class was generated from the following file: