mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-18 02:45:23 +00:00
Various CPlayer and CBodyStateCmdMgr imps
This commit is contained in:
19
Runtime/Character/CSteeringBehaviors.hpp
Normal file
19
Runtime/Character/CSteeringBehaviors.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __URDE_CSTEERINGBEHAVIORS_HPP__
|
||||
#define __URDE_CSTEERINGBEHAVIORS_HPP__
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
#include "zeus/CVector3f.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CSteeringBehaviors
|
||||
{
|
||||
public:
|
||||
static zeus::CVector3f ProjectOrbitalPosition(const zeus::CVector3f&, const zeus::CVector3f&,
|
||||
const zeus::CVector3f&, float);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CSTEERINGBEHAVIORS_HPP__
|
||||
Reference in New Issue
Block a user