3#include <container/seadSafeArray.h>
4#include <math/seadVector.h>
6#include <nw/g3d/g3d_ShapeObj.h>
28 static_assert(
sizeof(
Plane) == 0x10);
Definition CullViewFrustum.h:16
nw::g3d::ViewVolume mViewVolume
Definition CullViewFrustum.h:47
const nw::g3d::ViewVolume & getViewVolume() const
Definition CullViewFrustum.h:35
sead::UnsafeArray< Plane, 4 > mPlane
Definition CullViewFrustum.h:46
bool testIntersectionSphere(const sead::Vector3f &pos, f32 radius) const
nw::g3d::ViewVolume & getViewVolume()
Definition CullViewFrustum.h:34
bool testIntersectionAABB(const sead::Vector3f &min, const sead::Vector3f &max) const
void update(const sead::Camera &camera, const sead::PerspectiveProjection &projection)
Definition CullViewFrustum.h:18
Plane()
Definition CullViewFrustum.h:19
f32 distance
Definition CullViewFrustum.h:26
sead::Vector3f normal
Definition CullViewFrustum.h:25