Home
last modified time | relevance | path

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

/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dsphere.cpp62 (void (*)(void *, void *, void *, void *))(sphere_normal),
117 static void sphere_normal(sphere * spr, vector * pnt, ray * incident, vector * N) { in sphere_normal() function
H A Dsphere.h67 static void sphere_normal(sphere *, vector *, ray *, vector *);
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dsphere.cpp62 (void (*)(void *, void *, void *, void *))(sphere_normal),
117 static void sphere_normal(sphere * spr, vector * pnt, ray * incident, vector * N) { in sphere_normal() function
H A Dsphere.h67 static void sphere_normal(sphere *, vector *, ray *, vector *);
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dsphere.cpp61 (void (*)(void *, void *, void *, void *))(sphere_normal),
116 static void sphere_normal(sphere *spr, vector *pnt, ray *incident, vector *N) { in sphere_normal() function
H A Dsphere.hpp67 static void sphere_normal(sphere *, vector *, ray *, vector *);
/dports/graphics/tachyon/tachyon/src/
H A Dsphere.c19 (void (*)(const void *, const void *, const void *, void *))(sphere_normal),
74 static void sphere_normal(const sphere * spr, const vector * pnt, const ray * incident, vector * N)… in sphere_normal() function
H A Dsphere.h19 static void sphere_normal(const sphere *, const vector *, const ray *, vector *);
/dports/math/cgal/CGAL-5.3/include/CGAL/Shape_detection/Efficient_RANSAC/
H A DSphere.h222 Vector_3 sphere_normal = this->constr_vec(p, this->sph_center(m_sphere)); in cos_to_normal() local
227 sphere_normal = this->scale(sphere_normal, (FT)1.0 / length); in cos_to_normal()
228 return CGAL::abs(this->scalar_pdct(sphere_normal, n)); in cos_to_normal()