Classes | |
| class | PlanarDubins3D |
| class | PositionVelocity |
| class | PositionVelocityRelPlanarDubins3D |
| class | PositionVelocityRelPositionVelocity |
| class | RelativeState |
| class | State |
Functions | |
| PlanarDubins3D | operator* (PlanarDubins3D lhs, double s) |
| PlanarDubins3D | operator* (double s, PlanarDubins3D rhs) |
| PositionVelocity | operator* (PositionVelocity lhs, double s) |
| PositionVelocity | operator* (double s, PositionVelocity rhs) |
| PlanarDubins3D | operator+ (PlanarDubins3D lhs, const PlanarDubins3D &rhs) |
| PositionVelocity | operator+ (PositionVelocity lhs, const PositionVelocity &rhs) |
| PlanarDubins3D | operator- (PlanarDubins3D lhs, const PlanarDubins3D &rhs) |
| PositionVelocity | operator- (PositionVelocity lhs, const PositionVelocity &rhs) |
| PlanarDubins3D | operator/ (PlanarDubins3D lhs, double s) |
| PlanarDubins3D | operator/ (double s, PlanarDubins3D rhs) |
| PositionVelocity | operator/ (PositionVelocity lhs, double s) |
| PositionVelocity | operator/ (double s, PositionVelocity rhs) |
| PlanarDubins3D fastrack::state::operator* | ( | PlanarDubins3D | lhs, |
| double | s | ||
| ) |
Definition at line 282 of file planar_dubins_3d.cpp.
| PlanarDubins3D fastrack::state::operator* | ( | double | s, |
| PlanarDubins3D | rhs | ||
| ) |
Definition at line 287 of file planar_dubins_3d.cpp.
| PositionVelocity fastrack::state::operator* | ( | PositionVelocity | lhs, |
| double | s | ||
| ) |
Definition at line 323 of file position_velocity.cpp.
| PositionVelocity fastrack::state::operator* | ( | double | s, |
| PositionVelocity | rhs | ||
| ) |
Definition at line 328 of file position_velocity.cpp.
| PlanarDubins3D fastrack::state::operator+ | ( | PlanarDubins3D | lhs, |
| const PlanarDubins3D & | rhs | ||
| ) |
Definition at line 272 of file planar_dubins_3d.cpp.
| PositionVelocity fastrack::state::operator+ | ( | PositionVelocity | lhs, |
| const PositionVelocity & | rhs | ||
| ) |
Definition at line 313 of file position_velocity.cpp.
| PlanarDubins3D fastrack::state::operator- | ( | PlanarDubins3D | lhs, |
| const PlanarDubins3D & | rhs | ||
| ) |
Definition at line 277 of file planar_dubins_3d.cpp.
| PositionVelocity fastrack::state::operator- | ( | PositionVelocity | lhs, |
| const PositionVelocity & | rhs | ||
| ) |
Definition at line 318 of file position_velocity.cpp.
| PlanarDubins3D fastrack::state::operator/ | ( | PlanarDubins3D | lhs, |
| double | s | ||
| ) |
Definition at line 292 of file planar_dubins_3d.cpp.
| PlanarDubins3D fastrack::state::operator/ | ( | double | s, |
| PlanarDubins3D | rhs | ||
| ) |
Definition at line 297 of file planar_dubins_3d.cpp.
| PositionVelocity fastrack::state::operator/ | ( | PositionVelocity | lhs, |
| double | s | ||
| ) |
Definition at line 333 of file position_velocity.cpp.
| PositionVelocity fastrack::state::operator/ | ( | double | s, |
| PositionVelocity | rhs | ||
| ) |
Definition at line 338 of file position_velocity.cpp.