Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp620 f32 sNum, tNum, tDenom, sDenom; in DistSqLine3ToRay3() local
636 sDenom = det; in DistSqLine3ToRay3()
642 sDenom = tDenom = det; in DistSqLine3ToRay3()
651 sDenom = 1.f; in DistSqLine3ToRay3()
654 f32 s_ = sNum / sDenom; in DistSqLine3ToRay3()
680 f32 sNum, tNum, tDenom, sDenom; in DistSqLine3ToSegment3() local
696 sDenom = det; in DistSqLine3ToSegment3()
703 sDenom = tDenom = det; in DistSqLine3ToSegment3()
712 sDenom = 1.f; in DistSqLine3ToSegment3()
719 sDenom = 1.f; in DistSqLine3ToSegment3()
[all …]