Home
last modified time | relevance | path

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

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/lighting/
H A Dlighttypes.cpp301 const Vector2f param_coords = sample_disk_uniform(s); in sample_uniform() local
307 static_cast<double>(param_coords[1]) * m_geom.m_disk.m_y; in sample_uniform()
310 light_sample.m_param_coords = param_coords; in sample_uniform()
334 const Vector2f& param_coords, in make_shading_point() argument
352 param_coords, in make_shading_point()
369 param_coords, in make_shading_point()
381 const double theta = static_cast<double>(param_coords[0]); in make_shading_point()
382 const double phi = static_cast<double>(param_coords[1]); in make_shading_point()
393 param_coords, in make_shading_point()
408 static_cast<double>(param_coords[1]) * m_geom.m_disk.m_y; in make_shading_point()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dmbfacet_test.cpp413 std::vector<double> param_coords; in ray_test() local
419 … intersect_coords, param_coords);MB_CHK_SET_ERR(rval,"Failed to find ray intersections points "); in ray_test()
426 << intersect_coords[3 * i + 2] << "\n" << " distance: " << param_coords[i] << "\n"; in ray_test()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DFBEngine.hpp67 std::vector<double> & param_coords);
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/fbigeom/
H A DtestSmooth.cpp1083 SimpleArray<double> param_coords; in ray_test() local
1089 ARRAY_INOUT(param_coords), in ray_test()
1103 " distance: " << param_coords[i] << "\n"; in ray_test()
H A DtestSmooth2.cpp1113 SimpleArray<double> param_coords; in ray_test() local
1119 ARRAY_INOUT(param_coords), in ray_test()
1133 " distance: " << param_coords[i] << "\n"; in ray_test()
H A DFBiGeom.h1090 double** param_coords,
1137 double** param_coords,
H A DFBiGeom_MOAB.cpp800 int* intersect_coords_size, double** param_coords, in FBiGeom_getPntRayIntsct() argument
820 CHECK_SIZE(*param_coords, *param_coords_allocated, in FBiGeom_getPntRayIntsct()
825 COPY_DOUBLEVEC(params, *param_coords); in FBiGeom_getPntRayIntsct()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DFBEngine.cpp728 std::vector<double> & intersect_coords, std::vector<double> & param_coords) in getPntRayIntsct() argument
758 param_coords.push_back(distances_out[j]); in getPntRayIntsct()
767 for (i = 0; i < param_coords.size(); i++) { in getPntRayIntsct()
768 CartVect intx = P + param_coords[i] * V; in getPntRayIntsct()
786 double dist = param_coords[i]; in getPntRayIntsct()
791 param_coords[i] = dist; in getPntRayIntsct()