Home
last modified time | relevance | path

Searched refs:FRUSTUM (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-1.3.0/CTR_SDK/include/nn/math/
Dmath_Geometry.h352 class FRUSTUM
355 typedef FRUSTUM self_type;
360 FRUSTUM() {} in FRUSTUM() function
371 FRUSTUM(f32 fovyRad, f32 aspect, f32 n, f32 f, const MTX34& camera) in FRUSTUM() function
387 FRUSTUM(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera) in FRUSTUM() function
498 IntersectionSphereFrustum(const SPHERE* S, const FRUSTUM* F) in IntersectionSphereFrustum()
504 IntersectionAABBFrustum(const AABB* B, const FRUSTUM* F) in IntersectionAABBFrustum()
511 IntersectionAABBFrustumEx(const AABB* B, const FRUSTUM* F) in IntersectionAABBFrustumEx()
/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp164 FRUSTUM::Set(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera) in Set()
1391 FRUSTUM::IntersectSphere(const SPHERE* S) const in IntersectSphere()
1457 FRUSTUM::IntersectAABB(const AABB* B) const in IntersectAABB()
1484 FRUSTUM::IntersectAABB_Ex(const AABB* B) const in IntersectAABB_Ex()