Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp1028 f32 sq = FSqrt(discrm); in IntersectionLine3Sphere() local
1032 *t0 = (-b - sq) * 0.5f/* inv(2 * a) */; in IntersectionLine3Sphere()
1037 *t1 = (-b + sq) * 0.5f/* inv(2 * a) */; in IntersectionLine3Sphere()