#include "Steering.h"
Go to the source code of this file.
Classes | |
struct | ai::movement::WeightedData |
Steering and weight as input for WeightedSteering . More... | |
class | ai::movement::WeightedSteering |
This class allows you to weight several steering methods and get a blended MoveVector out of it. More... | |
Typedefs | |
typedef std::vector< WeightedData > | ai::movement::WeightedSteerings |
typedef WeightedSteerings::const_iterator | ai::movement::WeightedSteeringsIter |