|
| | Halfplane2D (const Point2D< T > &coefficients, T right_hand_side) |
| |
| template<typename S = T, std::enable_if_t< std::is_arithmetic< S >::value, int > = 0> |
| bool | contains_point (const Point2D< T > &point) const noexcept |
| | Check if a given point is in the halfplane or not. More...
|
| |
| const Point2D< T > & | get_coefficients () const noexcept |
| | Get the coefficients of the left-hand side of the halfplane equation. More...
|
| |
| const T & | get_right_hand_side () const noexcept |
| | Get the right-hand side constant of the halfplane equation. More...
|
| |
| std::vector< T > | serialize () const |
| | Turn this halfplane into a vector of scalars. More...
|
| |
template<typename T>
class autoware::motion::planning::parking_planner::Halfplane2D< T >
Class describing a halfplane in two-dimensional space.