Home
last modified time | relevance | path

Searched defs:AABB (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Geometry.h273 struct AABB struct
276 typedef AABB self_type; argument
278 AABB() {} in AABB() function
282 AABB(const VEC3& min, const VEC3& max, bool isNormalized = false) argument
292 void Set(const AABB* box, const MTX34* M); argument
296 VEC3 Pmax;