Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp916 f32 denom; in IntersectionLine3Plane() local
917 denom = VEC3Dot(&L->d, &J->N); in IntersectionLine3Plane()
919 if (FAbs(denom) < internal::epsilon) in IntersectionLine3Plane()
930 f32 t_ = -(VEC3Dot(&J->N, &L->P) + J->d) / denom; in IntersectionLine3Plane()