Searched refs:AABB (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ |
| D | math_Geometry.h | 42 struct AABB; 273 struct AABB struct 276 typedef AABB self_type; argument 278 AABB() {} in AABB() function 279 AABB(const f32* p, bool isNormalized = false) 282 AABB(const VEC3& min, const VEC3& max, bool isNormalized = false) argument 292 void Set(const AABB* box, const MTX34* M); argument 403 AABB box; // フラスタムを包含するAABBで粗い判定に用いる 441 bool IntersectAABB(const AABB* B) const; 444 IntersectionResult IntersectAABB_Ex(const AABB* B) const; [all …]
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/ |
| D | math_Geometry.cpp | 45 AABB::Normalize() in Normalize() 56 AABB::Set(const VEC3* arrayPoint, unsigned int numPoints) in Set() 81 AABB::Set(const AABB* box, const MTX34* M) in Set() 149 AABB tmp; in Set() 430 DistSqPoint3ToAABB(const VEC3* P, const AABB* B, VEC3* q) in DistSqPoint3ToAABB() 1243 IntersectionRay3AABB(const RAY3* R, const AABB* box, f32* t) in IntersectionRay3AABB() 1274 IntersectionAABB(const AABB* a, const AABB* b) in IntersectionAABB() 1287 IntersectionSphereAABB(const SPHERE* sphere, const AABB* aabb) in IntersectionSphereAABB() 1326 IntersectionPlaneAABB(const PLANE* J, const AABB* B) in IntersectionPlaneAABB() 1457 FRUSTUM::IntersectAABB(const AABB* B) const in IntersectAABB() [all …]
|