This class definition is to represent parking spots.
Definition: parkingspot.h:31
double m_heading
Definition: parkingspot.h:33
BorderBased::Coordinate m_coordinate
Definition: parkingspot.h:32
ParkingSpot(BorderBased::Coordinate coordinate, double heading)
Construct a new ParkingSpot object.
Definition: parkingspot.h:51
double getHeading() const
Get the heading of the parking spot.
Definition: parkingspot.h:61
ParkingSpot()
Construct a new ParkingSpot object.
Definition: parkingspot.h:40
void setHeading(double heading)
Set the heading of the parking spot.
Definition: parkingspot.h:79
BorderBased::Coordinate getCoordinate() const
Get the Coordinate object.
Definition: parkingspot.h:70
void setCoordinate(adore::env::BorderBased::Coordinate c)
Set the Coordinate.
Definition: parkingspot.h:88
ALFunction< T, T > * heading(AScalarToN< T, 2 > *df)
Definition: heading.h:114
Definition: areaofeffectconverter.h:20
This struct represents 3-dimensional coordines.
Definition: coordinate.h:34