mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Match Act3::DebugCopter
(#1392)
* Match `Act3::DebugCopter` * Rename param
This commit is contained in:

committed by
GitHub

parent
78e924e4ee
commit
5e5b048b34
@@ -21,8 +21,12 @@ public:
|
||||
inline void SetEnd(Vector4& p_v);
|
||||
inline int InterpolateToMatrix(Matrix4& p_matrix, float p_f);
|
||||
|
||||
const Vector4& GetStartQuat() const { return m_startQuat; }
|
||||
const Vector4& GetEndQuat() const { return m_endQuat; }
|
||||
void GetQuat(Vector4& p_startQuat, Vector4& p_endQuat) const
|
||||
{
|
||||
p_startQuat = m_startQuat;
|
||||
p_endQuat = m_endQuat;
|
||||
}
|
||||
|
||||
undefined4 GetFlags() const { return m_flags; }
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user