Loading...
Searching...
No Matches
Go to the source code of this file.
|
typedef double | ndcurves::real |
|
typedef std::vector< real > | ndcurves::t_time_t |
|
typedef Eigen::VectorXd | ndcurves::time_waypoints_t |
|
typedef Eigen::Matrix< double, Eigen::Dynamic, 1, 0, Eigen::Dynamic, 1 > | ndcurves::ret_pointX_t |
|
typedef std::pair< pointX_t, pointX_t > | ndcurves::pair_pointX_tangent_t |
|
typedef Eigen::MatrixXd | ndcurves::pointX_list_t |
|
typedef std::vector< pair_pointX_tangent_t, Eigen::aligned_allocator< pair_pointX_tangent_t > > | ndcurves::t_pair_pointX_tangent_t |
|
typedef ndcurves::curve_constraints< pointX_t > | ndcurves::curve_constraints_t |
|
typedef ndcurves::curve_constraints< point3_t > | ndcurves::curve_constraints3_t |
|
typedef std::pair< real, pointX_t > | ndcurves::waypoint_t |
|
typedef std::vector< waypoint_t > | ndcurves::t_waypoint_t |
|
typedef Eigen::Matrix< real, Eigen::Dynamic, Eigen::Dynamic > | ndcurves::point_listX_t |
|
typedef Eigen::Matrix< real, 3, Eigen::Dynamic > | ndcurves::point_list3_t |
|
typedef Eigen::Matrix< real, 6, Eigen::Dynamic > | ndcurves::point_list6_t |
|
typedef polynomial_t::coeff_t | ndcurves::coeff_t |
|
typedef ndcurves::Bern< double > | ndcurves::bernstein_t |
|