mirror of
https://github.com/AxioDL/zeus.git
synced 2025-06-05 22:23:40 +00:00
Add static ReadBoundingBoxBig
This commit is contained in:
parent
08d2925689
commit
c1d5449124
@ -59,6 +59,13 @@ public:
|
||||
min.readBig(in);
|
||||
max.readBig(in);
|
||||
}
|
||||
static inline CAABox ReadBoundingBoxBig(athena::io::IStreamReader &in)
|
||||
{
|
||||
CAABox ret;
|
||||
ret.readBoundingBoxBig(in);
|
||||
return ret;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
float distanceFromPointSquared(const CVector3f& other) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user