Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/math/
H A Dfvi.cpp857 float sphere_v0, sphere_v1; in fvi_polyedge_sphereline() local
861 sphere_v1 = UNINITIALIZED_VALUE; in fvi_polyedge_sphereline()
908 sphere_v1 = root1; in fvi_polyedge_sphereline()
919 Assert( sphere_v1 != UNINITIALIZED_VALUE ); in fvi_polyedge_sphereline()
920 if (sphere_v1 < sphere_v0) { in fvi_polyedge_sphereline()
921 t_sphere_hit = sphere_v1; in fvi_polyedge_sphereline()
926 Assert(sphere_v1 != UNINITIALIZED_VALUE); in fvi_polyedge_sphereline()
927 t_sphere_hit = sphere_v1; in fvi_polyedge_sphereline()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/math/
H A Dfvi.cpp821 float sphere_v0, sphere_v1; in fvi_polyedge_sphereline() local
824 sphere_v1 = UNINITIALIZED_VALUE; in fvi_polyedge_sphereline()
874 sphere_v1 = root1; in fvi_polyedge_sphereline()
886 Assert( sphere_v1 != UNINITIALIZED_VALUE ); in fvi_polyedge_sphereline()
887 if (sphere_v1 < sphere_v0) { in fvi_polyedge_sphereline()
888 t_sphere_hit = sphere_v1; in fvi_polyedge_sphereline()
893 Assert(sphere_v1 != UNINITIALIZED_VALUE); in fvi_polyedge_sphereline()
894 t_sphere_hit = sphere_v1; in fvi_polyedge_sphereline()