nn::g3d::ViewVolume class

Public functions

void SetPerspective(f32, f32, f32, f32, const nn::util::neon::MatrixRowMajor4x3fType&)
void SetFrustum(f32, f32, f32, f32, f32, f32, const nn::util::neon::MatrixRowMajor4x3fType&)
void SetOrtho(f32, f32, f32, f32, f32, f32, const nn::util::neon::MatrixRowMajor4x3fType&)
auto TestIntersection(const nn::g3d::Sphere&) -> bool
auto TestIntersectionEx(const nn::g3d::Sphere&) -> s32
auto TestIntersection(const nn::g3d::Aabb&) -> bool
auto TestIntersectionEx(const nn::g3d::Aabb&) -> s32