Home
last modified time | relevance | path

Searched defs:check_hit2 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dsuperellipsoid.cpp1474 bool Superellipsoid::check_hit2(const Vector3d& P, const Vector3d& D, DBL t0, Vector3d& P0, DBL v0,… in check_hit2() function in pov::Superellipsoid
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dsuper.cpp1512 bool Superellipsoid::check_hit2(const VECTOR P, const VECTOR D, DBL t0, VECTOR P0, DBL v0, DBL t1, … in check_hit2() function in pov::Superellipsoid
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dsuper.cpp1579 static int check_hit2(SUPERELLIPSOID *Super, VECTOR P, VECTOR D, DBL t0, VECTOR P0, DBL v0, DBL … in check_hit2() function
/dports/graphics/povray36/povray-3.6.1/source/
H A Dsuper.cpp1571 static int check_hit2(SUPERELLIPSOID *Super, VECTOR P, VECTOR D, DBL t0, VECTOR P0, DBL v0, DBL … in check_hit2() function
/dports/games/zangband/zangband/src/
H A Dmelee2.c1514 static int check_hit2(int power, int level, int ac) in check_hit2() function