25 #ifndef __I6ENGINE_API_NAVIGATIONCOMPONENT_H__
26 #define __I6ENGINE_API_NAVIGATIONCOMPONENT_H__
47 virtual std::vector<Vec3> getPath(
const Vec3 & from,
const Vec3 & to)
const = 0;
52 virtual std::vector<Vec3> getPath(
const Vec3 & from,
const std::string & to)
const = 0;
#define ISIXE_MODULES_API
std::map< std::string, std::string > attributeMap
Implements 3-dimensional vectors.
Component Base Class. All Components must derive from Component.
Used for navigation between points.