#include <TrajectoryPoint.h>
|
float | z |
| Vertical position [m].
|
|
float | vz |
| Vertical velocity [m/s].
|
|
Definition at line 34 of file TrajectoryPoint.h.
◆ TrajectoryPoint() [1/2]
Boardcore::TrajectoryPoint::TrajectoryPoint |
( |
| ) |
|
|
inline |
◆ TrajectoryPoint() [2/2]
Boardcore::TrajectoryPoint::TrajectoryPoint |
( |
float | z, |
|
|
float | vz ) |
|
inline |
◆ distanceSquared()
Returns the distance squared between the two points.
Definition at line 47 of file TrajectoryPoint.h.
◆ vzDistance()
Returns the distance in vertical speed between the two points.
Definition at line 63 of file TrajectoryPoint.h.
◆ zDistance()
Returns the distance in height between the two given points.
Definition at line 55 of file TrajectoryPoint.h.
◆ vz
float Boardcore::TrajectoryPoint::vz |
float Boardcore::TrajectoryPoint::z |
The documentation for this class was generated from the following file: