Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp1221 f32 inv_dir = 1.f / dir; in IntersectionRay3AABB_() local
1222 f32 t0 = (min - o) * inv_dir; in IntersectionRay3AABB_()
1223 f32 t1 = (max - o) * inv_dir; in IntersectionRay3AABB_()