Home
last modified time | relevance | path

Searched refs:octants (Results 1 – 25 of 107) sorted by relevance

12345

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/model/
H A Dmodeloctant.cpp331 pm->octants[i].max.xyz.x = max.xyz.x; in model_octant_create()
332 pm->octants[i].min.xyz.x = center.xyz.x; in model_octant_create()
334 pm->octants[i].max.xyz.x = center.xyz.x; in model_octant_create()
335 pm->octants[i].min.xyz.x = min.xyz.x; in model_octant_create()
339 pm->octants[i].max.xyz.y = max.xyz.y; in model_octant_create()
343 pm->octants[i].min.xyz.y = min.xyz.y; in model_octant_create()
347 pm->octants[i].max.xyz.z = max.xyz.z; in model_octant_create()
351 pm->octants[i].min.xyz.z = min.xyz.z; in model_octant_create()
368 model_octant * oct = &pm->octants[i]; in model_octant_free()
455 *oct = &pm->octants[i]; in model_which_octant_distant()
[all …]
H A Dmodel.h678 memset(&octants, 0, 8 * sizeof(model_octant)); in polymodel()
749 model_octant octants[8]; variable
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/model/
H A Dmodeloctant.cpp331 pm->octants[i].max.xyz.x = max.xyz.x; in model_octant_create()
332 pm->octants[i].min.xyz.x = center.xyz.x; in model_octant_create()
334 pm->octants[i].max.xyz.x = center.xyz.x; in model_octant_create()
335 pm->octants[i].min.xyz.x = min.xyz.x; in model_octant_create()
339 pm->octants[i].max.xyz.y = max.xyz.y; in model_octant_create()
340 pm->octants[i].min.xyz.y = center.xyz.y; in model_octant_create()
342 pm->octants[i].max.xyz.y = center.xyz.y; in model_octant_create()
343 pm->octants[i].min.xyz.y = min.xyz.y; in model_octant_create()
347 pm->octants[i].max.xyz.z = max.xyz.z; in model_octant_create()
351 pm->octants[i].min.xyz.z = min.xyz.z; in model_octant_create()
[all …]
H A Dmodel.h697 memset(&octants, 0, 8 * sizeof(model_octant)); in polymodel()
768 model_octant octants[8]; variable
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/core/
H A Dcanvas.cpp151 template<unsigned int octants = 0xff>
165 if(octants & 0x0f) assert((x_center + radius) < canvas->w); in draw_circle()
166 if(octants & 0xf0) assert((x_center - radius) >= 0); in draw_circle()
167 if(octants & 0x3c) assert((y_center + radius) < canvas->h); in draw_circle()
168 if(octants & 0xc3) assert((y_center - radius) >= 0); in draw_circle()
182 if(octants & 0x04) points.push_back({x_center + x, y_center + y}); in draw_circle()
217 template<unsigned int octants = 0xff>
231 if(octants & 0x0f) assert((x_center + radius) < canvas->w); in fill_circle()
232 if(octants & 0xf0) assert((x_center - radius) >= 0); in fill_circle()
233 if(octants & 0x3c) assert((y_center + radius) < canvas->h); in fill_circle()
[all …]
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/doc/manual/func/
H A Ds1023.tex1 \subsection{Express the octants of a sphere as a surface.}
4 To express the octants of a sphere as a surface. This can also
6 The sphere/the octants of the sphere will be geometrically exact.
29 octants in north/south direction:
35 Flag indicating number of octants along the equator.
H A Ds1024.tex1 \subsection{Express the octants of a torus as a surface.}
4 To express the octants of a torus as a surface. This can also be used
6 The torus/the octants of the torus will be geometrically exact.
/dports/science/jmol/jmol-14.32.7/src/org/jmol/renderspecial/
H A DEllipsoidsRenderer.java312 private static int[] octants = { field in EllipsoidsRenderer
462 renderArc(octants[pt], octants[pt + 1]);
463 renderArc(octants[pt + 1], octants[pt + 2]);
464 renderArc(octants[pt + 2], octants[pt]);
517 int ptA = octants[i * 3];
518 int ptB = octants[i * 3 + 1];
519 int ptC = octants[i * 3 + 2];
527 s1.setT(selectedPoints[0] = screens[octants[iCutout * 3]]);
528 s1.add(selectedPoints[1] = screens[octants[iCutout * 3 + 1]]);
529 s1.add(selectedPoints[2] = screens[octants[iCutout * 3 + 2]]);
/dports/games/3omns/3omns-0.2/res/base/
H A Dutil.lua71 local function octants(x, y) function
87 octants(x, y)
96 octants(x, y - 1) -- Add the point making the line contiguous.
/dports/graphics/embree/embree-3.13.2/kernels/bvh/
H A Dbvh_intersector_stream_filters.cpp59 __aligned(64) unsigned int octants[8][MAX_INTERNAL_STREAM_SIZE]; in filterAOS()
86 octants[octantID][raysInOctant[octantID]++] = (unsigned int)inputRayID; in filterAOS()
106 unsigned int* const rayIDs = &octants[curOctant][0]; in filterAOS()
201 __aligned(64) unsigned int octants[8][MAX_INTERNAL_STREAM_SIZE]; in filterAOP()
248 unsigned int* const rayIDs = &octants[curOctant][0]; in filterAOP()
338 __aligned(64) unsigned int octants[8][MAX_INTERNAL_STREAM_SIZE]; in filterSOA()
366 octants[octantID][raysInOctant[octantID]++] = (unsigned int)offset; in filterSOA()
386 unsigned int* const rayOffsets = &octants[curOctant][0]; in filterSOA()
499 __aligned(64) unsigned int octants[8][MAX_INTERNAL_STREAM_SIZE]; in filterSOP()
526 octants[octantID][raysInOctant[octantID]++] = (unsigned int)offset; in filterSOP()
[all …]
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/initial/test/
H A DDistribution.cpp28 StaticArray<Size, 8> octants; in testDistributionForDomain() local
29 octants.fill(0); in testDistributionForDomain()
34 octants[octantIdx]++; in testDistributionForDomain()
37 for (Size o : octants) { in testDistributionForDomain()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dbaked_light_baker.cpp513 Octant *octants = octant_pool.ptr(); in _octree_insert() local
551 Octant *child = &octants[child_idx]; in _octree_insert()
568 octants = octant_pool.ptr(); in _octree_insert()
573 Octant *child = &octants[child_idx]; in _octree_insert()
627 if (!octants[child_idx].leaf) { in _octree_insert()
722 Octant *octants = octant_pool.ptr(); in _make_octree() local
802 Octant *octants = octant_pool.ptr(); in _plot_light() local
1640 Octant &octant = octants[i]; in update_octree_sampler()
1704 Octant &octant = octants[i]; in update_octree_sampler()
1821 Octant &oct = octants[i]; in update_octree_images()
[all …]
H A Dbaked_light_editor_plugin.cpp83 BakedLightBaker::Octant *octants = baker->octant_pool.ptr(); in _notification() local
84 BakedLightBaker::Octant *oct = &octants[baker->leaf_list]; in _notification()
109 oct = &octants[oct->next_leaf]; in _notification()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dbaked_light_baker.cpp513 Octant *octants = octant_pool.ptr(); in _octree_insert() local
551 Octant *child = &octants[child_idx]; in _octree_insert()
568 octants = octant_pool.ptr(); in _octree_insert()
573 Octant *child = &octants[child_idx]; in _octree_insert()
627 if (!octants[child_idx].leaf) { in _octree_insert()
722 Octant *octants = octant_pool.ptr(); in _make_octree() local
802 Octant *octants = octant_pool.ptr(); in _plot_light() local
1640 Octant &octant = octants[i]; in update_octree_sampler()
1704 Octant &octant = octants[i]; in update_octree_sampler()
1821 Octant &oct = octants[i]; in update_octree_images()
[all …]
H A Dbaked_light_editor_plugin.cpp83 BakedLightBaker::Octant *octants = baker->octant_pool.ptr(); in _notification() local
84 BakedLightBaker::Octant *oct = &octants[baker->leaf_list]; in _notification()
109 oct = &octants[oct->next_leaf]; in _notification()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/user/
H A DMesh_subdivision_tools.tex52 We can choose the number of octants to be taken into account, from 1 to 8, to mesh different portio…
86 \caption{Volumic meshes of the different portions of the ball according to the number of octants.}
103 …n{Volumic meshes of the different portions of the ``flat ball" according to the number of octants.}
108 of its geometric properties, which lead to a more isotropic mesh than the one based on the 8 octants
136 The selection of the octants is also used in the case of the cube as shown on the figure \ref{vol_c…
146 creation of a L-shape domain (3 octants) and the Fichera corner (7 octants), classical benchmark pr…
174 \caption{Volumic meshes of the different portions of the cube according to the number of octants.}
291 …meshes of the different portions of the boundary of the sphere according to the number of octants.}
310 …urfacic meshes of the different portions of the ``flat sphere" according to the number of octants.}
315 of its geometric properties, which lead to a more isotropic mesh than the one based on the 8 octants
[all …]
/dports/graphics/povray36/povray-3.6.1/scenes/objects/quartic/
H A Daxisbox.inc52 // planes that divide the standard octants.
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/objects/quartic/
H A Daxisbox.inc57 // planes that divide the standard octants.
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/objects/quartic/
H A Daxisbox.inc57 // planes that divide the standard octants.
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dmap.c3121 int octants[8], lastdir, d1, d2, ox, oy; in game_print() local
3182 octants[0] = x<w && y>0 ? state->map->map[wh*LE+(y-1)*w+x] : -1; in game_print()
3183 octants[1] = x<w && y>0 ? state->map->map[wh*BE+(y-1)*w+x] : -1; in game_print()
3184 octants[2] = x<w && y<h ? state->map->map[wh*TE+y*w+x] : -1; in game_print()
3185 octants[3] = x<w && y<h ? state->map->map[wh*LE+y*w+x] : -1; in game_print()
3186 octants[4] = x>0 && y<h ? state->map->map[wh*RE+y*w+(x-1)] : -1; in game_print()
3187 octants[5] = x>0 && y<h ? state->map->map[wh*TE+y*w+(x-1)] : -1; in game_print()
3188 octants[6] = x>0 && y>0 ? state->map->map[wh*BE+(y-1)*w+(x-1)] :-1; in game_print()
3189 octants[7] = x>0 && y>0 ? state->map->map[wh*RE+(y-1)*w+(x-1)] :-1; in game_print()
3193 if ((octants[i] == r) ^ (octants[(i+1)%8] == r)) { in game_print()
/dports/lang/pocl/pocl-1.8/lib/kernel/libclc/
H A Datan2pi_fp32.cl57 // Fix up 3 other octants
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/morphology/
H A D_skeletonize_3d_cy.pyx.in262 # Fill the look-up table for indexing octants for computing the Euler
430 # and recursive labeling of adjacent octants.
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Ddepth_first_octree.pyx67 #here we go over the 8 octants
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libclc/generic/lib/math/
H A Datan2pi.cl49 // Fix up 3 other octants
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libclc/generic/lib/math/
H A Datan2pi.cl49 // Fix up 3 other octants

12345