mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-16 15:11:21 +00:00
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 {};
|
|
}
|
|
|
|
}
|