/dports/graphics/py-pyx/PyX-0.15/examples/text/ |
H A D | halign.py | 10 c.text(0, 5, r"boxcenter", [text.halign.boxcenter]) 14 [text.parbox(3), text.halign.boxcenter, text.halign.flushleft]) 16 [text.parbox(3), text.halign.boxcenter, text.halign.flushcenter]) 18 [text.parbox(3), text.halign.boxcenter, text.halign.flushright])
|
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/objMesh/ |
H A D | tribox3.cpp | 45 bool triBoxOverlap(const double boxcenter[3], const double boxhalfsize[3], const double trivert0[3]… in triBoxOverlap() 49 VECTOR_SUBTRACT3(trivert0, boxcenter, triverts[0]); in triBoxOverlap() 50 VECTOR_SUBTRACT3(trivert1, boxcenter, triverts[1]); in triBoxOverlap() 51 VECTOR_SUBTRACT3(trivert2, boxcenter, triverts[2]); in triBoxOverlap()
|
H A D | tribox3.h | 42 bool triBoxOverlap(const double boxcenter[3], const double boxhalfsize[3], const double trivert0[3]…
|
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/transformations/ |
H A D | translate.py | 134 boxcenter = np.sum(ts.triclinic_dimensions, axis=0) / 2 136 boxcenter = point 140 vector = boxcenter - ag_center
|
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/nvtt/nvmath/ |
H A D | TriBox.cpp | 99 bool triBoxOverlap(Vector3::Arg boxcenter, Vector3::Arg boxhalfsize, const Triangle & tri) in triBoxOverlap() argument 114 v0 = tri.v[0] - boxcenter; in triBoxOverlap() 115 v1 = tri.v[1] - boxcenter; in triBoxOverlap() 116 v2 = tri.v[2] - boxcenter; in triBoxOverlap() 173 bool triBoxOverlapNoBounds(Vector3::Arg boxcenter, Vector3::Arg boxhalfsize, const Triangle & tri) in triBoxOverlapNoBounds() argument 188 v0 = tri.v[0] - boxcenter; in triBoxOverlapNoBounds() 189 v1 = tri.v[1] - boxcenter; in triBoxOverlapNoBounds() 190 v2 = tri.v[2] - boxcenter; in triBoxOverlapNoBounds()
|
H A D | Triangle.h | 48 …NVMATH_API bool triBoxOverlap(Vector3::Arg boxcenter, Vector3::Arg boxhalfsize, const Triangle & t… 49 …NVMATH_API bool triBoxOverlapNoBounds(Vector3::Arg boxcenter, Vector3::Arg boxhalfsize, const Tria…
|
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/nvtt/src/src/nvmath/ |
H A D | TriBox.cpp | 99 bool triBoxOverlap(Vector3::Arg boxcenter, Vector3::Arg boxhalfsize, const Triangle & tri) in triBoxOverlap() argument 114 v0 = tri.v[0] - boxcenter; in triBoxOverlap() 115 v1 = tri.v[1] - boxcenter; in triBoxOverlap() 116 v2 = tri.v[2] - boxcenter; in triBoxOverlap() 173 bool triBoxOverlapNoBounds(Vector3::Arg boxcenter, Vector3::Arg boxhalfsize, const Triangle & tri) in triBoxOverlapNoBounds() argument 188 v0 = tri.v[0] - boxcenter; in triBoxOverlapNoBounds() 189 v1 = tri.v[1] - boxcenter; in triBoxOverlapNoBounds() 190 v2 = tri.v[2] - boxcenter; in triBoxOverlapNoBounds()
|
H A D | Triangle.h | 48 …NVMATH_API bool triBoxOverlap(Vector3::Arg boxcenter, Vector3::Arg boxhalfsize, const Triangle & t… 49 …NVMATH_API bool triBoxOverlapNoBounds(Vector3::Arg boxcenter, Vector3::Arg boxhalfsize, const Tria…
|
/dports/graphics/nvidia-texture-tools/nvidia-texture-tools-2.0.8/src/nvmath/ |
H A D | TriBox.cpp | 99 bool triBoxOverlap(Vector3::Arg boxcenter, Vector3::Arg boxhalfsize, const Triangle & tri) in triBoxOverlap() argument 114 v0 = tri.v[0] - boxcenter; in triBoxOverlap() 115 v1 = tri.v[1] - boxcenter; in triBoxOverlap() 116 v2 = tri.v[2] - boxcenter; in triBoxOverlap() 173 bool triBoxOverlapNoBounds(Vector3::Arg boxcenter, Vector3::Arg boxhalfsize, const Triangle & tri) in triBoxOverlapNoBounds() argument 188 v0 = tri.v[0] - boxcenter; in triBoxOverlapNoBounds() 189 v1 = tri.v[1] - boxcenter; in triBoxOverlapNoBounds() 190 v2 = tri.v[2] - boxcenter; in triBoxOverlapNoBounds()
|
H A D | Triangle.h | 48 …NVMATH_API bool triBoxOverlap(Vector3::Arg boxcenter, Vector3::Arg boxhalfsize, const Triangle & t… 49 …NVMATH_API bool triBoxOverlapNoBounds(Vector3::Arg boxcenter, Vector3::Arg boxhalfsize, const Tria…
|
/dports/math/gap/gap-4.11.0/pkg/hapcryst-0.1.13/lib/datatypes/ |
H A D | contHomBieberbach.gi | 121 coveringOfUnitBox:=function(fudom,boxcenter,group) 136 smallestCorner:=boxcenter-List([1..dim],i->1/2); 147 translations:=Union(List(image,v->TranslationsToOneCubeAroundCenter(v,boxcenter))); 185 local group, dim, origin, boxcenter, cover, trans, 196 boxcenter:=Concatenation(origin,[1])*contractionCell_groupel; 197 boxcenter:=boxcenter{[1..dim]}; 198 cover:=coveringOfUnitBox(fudom,boxcenter,group)[1]; 199 trans:=TranslationsToOneCubeAroundCenter(origin,boxcenter);
|
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/gts/src/ |
H A D | tribox3.c | 47 int triBoxOverlap(double boxcenter[3],double boxhalfsize[3],double triverts[3][3]); 120 int triBoxOverlap(double boxcenter[3],double boxhalfsize[3],double triverts[3][3]) in triBoxOverlap() 137 SUB(v0,triverts[0],boxcenter); in triBoxOverlap() 138 SUB(v1,triverts[1],boxcenter); in triBoxOverlap() 139 SUB(v2,triverts[2],boxcenter); in triBoxOverlap()
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bvgl/ |
H A D | bvgl_intersection.hxx | 98 T boxcenter[3] = { A.centroid_x(), A.centroid_y(), A.centroid_z() }; in bvgl_intersection() local 106 subtract(v0,triverts[0],boxcenter); in bvgl_intersection() 107 subtract(v1,triverts[1],boxcenter); in bvgl_intersection() 108 subtract(v2,triverts[2],boxcenter); in bvgl_intersection()
|
/dports/multimedia/tinyobjloader/tinyobjloader-2.0.0rc8-3-g7ba4b65/examples/voxelize/ |
H A D | voxelizer.h | 435 int vx__triangle_box_overlap(vx_vertex_t boxcenter, in vx__triangle_box_overlap() argument 446 vx__vertex_sub(&v1, &boxcenter); in vx__triangle_box_overlap() 447 vx__vertex_sub(&v2, &boxcenter); in vx__triangle_box_overlap() 448 vx__vertex_sub(&v3, &boxcenter); in vx__triangle_box_overlap() 559 vx_vertex_t boxcenter = a->min; in vx__aabb_center() local 560 vx__vertex_add(&boxcenter, &a->max); in vx__aabb_center() 561 vx__vertex_multiply(&boxcenter, 0.5f); in vx__aabb_center() 563 return boxcenter; in vx__aabb_center() 683 vx_vertex_t boxcenter = vx__aabb_center(&saabb); in vx_voxelize() local 692 if (vx__triangle_box_overlap(boxcenter, halfsize, triangle)) { in vx_voxelize() [all …]
|
/dports/cad/pcb/pcb-4.2.0/gts/ |
H A D | tribox3.c | 116 int triBoxOverlap(double boxcenter[3],double boxhalfsize[3],double triverts[3][3]) in triBoxOverlap() 133 SUB(v0,triverts[0],boxcenter); in triBoxOverlap() 134 SUB(v1,triverts[1],boxcenter); in triBoxOverlap() 135 SUB(v2,triverts[2],boxcenter); in triBoxOverlap()
|
/dports/graphics/gts/gts-0.7.6/src/ |
H A D | tribox3.c | 116 int triBoxOverlap(double boxcenter[3],double boxhalfsize[3],double triverts[3][3]) in triBoxOverlap() 133 SUB(v0,triverts[0],boxcenter); in triBoxOverlap() 134 SUB(v1,triverts[1],boxcenter); in triBoxOverlap() 135 SUB(v2,triverts[2],boxcenter); in triBoxOverlap()
|
/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/ |
H A D | tribox3_d.cc | 117 YAFRAYCORE_EXPORT int triBoxOverlap(double boxcenter[3],double boxhalfsize[3],double triverts[3][3]) in triBoxOverlap() 134 SUB(v0,triverts[0],boxcenter); in triBoxOverlap() 135 SUB(v1,triverts[1],boxcenter); in triBoxOverlap() 136 SUB(v2,triverts[2],boxcenter); in triBoxOverlap()
|
/dports/science/chrono/chrono-7.0.1/src/chrono_gpu/cuda/ |
H A D | ChGpuBoxTriangle.cuh | 294 inline __device__ bool check_TriangleBoxOverlap(float boxcenter[3], in check_TriangleBoxOverlap() 310 SUBTRACT(v0, vA, boxcenter); in check_TriangleBoxOverlap() 311 SUBTRACT(v1, vB, boxcenter); in check_TriangleBoxOverlap() 312 SUBTRACT(v2, vC, boxcenter); in check_TriangleBoxOverlap()
|
/dports/devel/bullet/bullet3-3.21/Extras/VHACD/inc/ |
H A D | vhacdVolume.h | 267 int TriBoxOverlap(const Vec3<double>& boxcenter, const Vec3<double>& boxhalfsize, const Vec3<double… 359 Vec3<double> boxcenter; in Voxelize() local 414 boxcenter[0] = (double)i; in Voxelize() 417 boxcenter[1] = (double)j; in Voxelize() 420 boxcenter[2] = (double)k; in Voxelize() 421 int res = TriBoxOverlap(boxcenter, boxhalfsize, p[0], p[1], p[2]); in Voxelize()
|
/dports/devel/godot/godot-3.2.3-stable/thirdparty/vhacd/inc/ |
H A D | vhacdVolume.h | 264 int32_t TriBoxOverlap(const Vec3<double>& boxcenter, const Vec3<double>& boxhalfsize, const Vec3<do… 350 Vec3<double> boxcenter; in Voxelize() local 400 boxcenter[0] = (double)i; in Voxelize() 402 boxcenter[1] = (double)j; in Voxelize() 404 boxcenter[2] = (double)k; in Voxelize() 405 int32_t res = TriBoxOverlap(boxcenter, boxhalfsize, p[0], p[1], p[2]); in Voxelize()
|
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/vhacd/inc/ |
H A D | vhacdVolume.h | 264 int32_t TriBoxOverlap(const Vec3<double>& boxcenter, const Vec3<double>& boxhalfsize, const Vec3<do… 350 Vec3<double> boxcenter; in Voxelize() local 400 boxcenter[0] = (double)i; in Voxelize() 402 boxcenter[1] = (double)j; in Voxelize() 404 boxcenter[2] = (double)k; in Voxelize() 405 int32_t res = TriBoxOverlap(boxcenter, boxhalfsize, p[0], p[1], p[2]); in Voxelize()
|
/dports/devel/py-bullet3/bullet3-3.21/Extras/VHACD/inc/ |
H A D | vhacdVolume.h | 267 int TriBoxOverlap(const Vec3<double>& boxcenter, const Vec3<double>& boxhalfsize, const Vec3<double… 359 Vec3<double> boxcenter; in Voxelize() local 414 boxcenter[0] = (double)i; in Voxelize() 417 boxcenter[1] = (double)j; in Voxelize() 420 boxcenter[2] = (double)k; in Voxelize() 421 int res = TriBoxOverlap(boxcenter, boxhalfsize, p[0], p[1], p[2]); in Voxelize()
|
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/ |
H A D | tribox3.h | 42 bool triBoxOverlap(const double boxcenter[3], const double boxhalfsize[3], const double trivert0[3]…
|
/dports/math/geogram/geogram-1.7.7/src/lib/exploragram/hexdom/ |
H A D | geometry.h | 195 float boxcenter[3], float boxhalfsize[3], float triverts[3][3]
|
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/geometry/ |
H A D | GeomUtils.cpp | 361 bool overlapTriangleBox(Vec3r &boxcenter, Vec3r &boxhalfsize, Vec3r triverts[3]) in overlapTriangleBox() argument 368 v0 = triverts[0] - boxcenter; in overlapTriangleBox() 369 v1 = triverts[1] - boxcenter; in overlapTriangleBox() 370 v2 = triverts[2] - boxcenter; in overlapTriangleBox()
|