mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 07:51:21 +00:00
12 lines
165 B
C++
12 lines
165 B
C++
#include "CCollisionInfo.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
zeus::CVector3f CCollisionInfo::GetExtreme() const
|
|
{
|
|
return (x18_ + (x0_aabox.min + x0_aabox.max) + x24_);
|
|
}
|
|
|
|
}
|