mirror of https://github.com/AxioDL/metaforce.git
13 lines
272 B
C++
13 lines
272 B
C++
|
#include "CSteeringBehaviors.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
zeus::CVector3f CSteeringBehaviors::ProjectOrbitalPosition(const zeus::CVector3f&, const zeus::CVector3f&,
|
||
|
const zeus::CVector3f&, float)
|
||
|
{
|
||
|
return {};
|
||
|
}
|
||
|
|
||
|
}
|