What time unit is this ?
This commit is contained in:
@@ -28,8 +28,8 @@ Waypoint::Waypoint (const Time &waypointTime, const Vector &waypointPosition)
|
||||
position (waypointPosition)
|
||||
{}
|
||||
Waypoint::Waypoint ()
|
||||
: time (0.0),
|
||||
position (0,0,0)
|
||||
: time (Seconds (0.0)),
|
||||
position (0,0,0)
|
||||
{}
|
||||
|
||||
std::ostream &operator << (std::ostream &os, const Waypoint &waypoint)
|
||||
|
||||
Reference in New Issue
Block a user