Locus No Pilotus
Project of four first grade MIPT DAFE/RSE students (for engineering practical work in the second semester) in Qt C++
|
This is the complete list of members for math::TrajectoryCalculator, including all inherited members.
CalculateTrajectory() | math::TrajectoryCalculator | private |
circles_ | math::TrajectoryCalculator | private |
forbidden_lines_ | math::TrajectoryCalculator | private |
GetTrajectory() | math::TrajectoryCalculator | inline |
GetTrajectoryPart(std::vector< std::size_t > optimal_way, const std::vector< std::shared_ptr< PathWayNode > > &nodes) | math::TrajectoryCalculator | private |
number_of_flyers_ | math::TrajectoryCalculator | private |
polys_ | math::TrajectoryCalculator | private |
targets_ | math::TrajectoryCalculator | private |
trajectory_ | math::TrajectoryCalculator | private |
TrajectoryCalculator(const std::vector< lib::Target > &targets, const std::vector< lib::TrappyLine > &lines, const std::vector< lib::TrappyCircle > &circles, const std::vector< lib::Hill > &hills, unsigned short num_of_flyers) | math::TrajectoryCalculator | inline |