The forward() member function of AbstractVehicle returns a unit vector in the direction the Boid is pointing. The velocity() function returns the forward vector times speed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello I wanted to ask if Boido have a direction.
The direction is a property such as Speed, Radius or does not exist?
The forward() member function of AbstractVehicle returns a unit vector in the direction the Boid is pointing. The velocity() function returns the forward vector times speed