Home
last modified time | relevance | path

Searched refs:obb (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/dports/math/fcl05/fcl-0.5.0/include/fcl/BV/
H A DOBBRSS.h55 OBB obb;
63 return obb.overlap(other.obb); in overlap()
75 return obb.contain(p); in contain()
81 obb += p;
97 result.obb = obb + other.obb;
105 return obb.width(); in width()
111 return obb.height(); in height()
117 return obb.depth(); in depth()
123 return obb.volume(); in volume()
129 return obb.size(); in size()
[all …]
H A DBV_node.h125 return Matrix3f(bv.obb.axis[0][0], bv.obb.axis[1][0], bv.obb.axis[2][0], in getOrientation()
126 bv.obb.axis[0][1], bv.obb.axis[1][1], bv.obb.axis[2][1], in getOrientation()
127 bv.obb.axis[0][2], bv.obb.axis[1][2], bv.obb.axis[2][2]); in getOrientation()
/dports/math/fcl05/fcl-0.5.0/src/BV/
H A DkIOS.cpp61 return obb.overlap(other.obb); in overlap()
91 obb += p; in operator +=()
106 result.obb = obb + other.obb; in operator +()
113 return obb.width(); in width()
118 return obb.height(); in height()
123 return obb.depth(); in depth()
128 return obb.volume(); in volume()
180 b2_temp.obb.To = R0 * b2_temp.obb.To + T0; in overlap()
181 b2_temp.obb.axis[0] = R0 * b2_temp.obb.axis[0]; in overlap()
182 b2_temp.obb.axis[1] = R0 * b2_temp.obb.axis[1]; in overlap()
[all …]
/dports/math/fcl/fcl-0.7.0/include/fcl/math/bv/
H A DOBBRSS-inl.h58 return obb.overlap(other.obb); in overlap()
80 obb += p;
98 result.obb = obb + other.obb;
107 return obb.width(); in width()
114 return obb.height(); in height()
121 return obb.depth(); in depth()
128 return obb.volume(); in volume()
135 return obb.size(); in size()
142 return obb.center(); in center()
159 return overlap(R0, T0, b1.obb, b2.obb); in overlap()
[all …]
H A DkIOS-inl.h93 return obb.overlap(other.obb); in overlap()
134 obb += p;
159 result.obb = obb + other.obb;
175 return obb.width(); in width()
182 return obb.height(); in height()
189 return obb.depth(); in depth()
196 return obb.volume(); in volume()
258 b2_temp.obb.To = R0 * b2_temp.obb.To + T0; in overlap()
259 b2_temp.obb.axis = R0 * b2_temp.obb.axis; in overlap()
312 translate(res.obb, t); in translate()
/dports/biology/migrate/migrate-3.6.11/src/
H A Dmcmc2.c292 adjust (obb, obb->tyme, 2L); in coat_oback()
313 adjust (obb, obb->tyme, 2L); in coat_ocousin()
334 adjust (obb, obb->tyme, 2L); in coat_rbcoa()
412 adjust (obb, obb->tyme, 3L); in coat_stancoa()
436 adjust (obb, obb->tyme, 3L); in coat_stancoa()
541 showtop (crawlback (obb)), obb, obb->id, obb->bid, in target_ocousin()
548 showtop (crawlback (obb)), obb, in target_ocousin()
587 showtop (crawlback (obb)), obb, obb->id, obb->bid, in target_rbcoa()
1014 …e_beagle_instances_proposal (proposal, showtop (crawlback (obb)), obb, obb->id, obb->bid, obb->v); in t_s_upper()
1237 showtop (crawlback (obb)), obb, obb->id, obb->bid, in t_s_tcon()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/invoke/
H A DX-VarHandleMemoryAddressView.java.template70 MemoryAddressProxy oo = (MemoryAddressProxy)Objects.requireNonNull(obb);
97 MemoryAddressProxy bb = checkAddress(obb, base, handle.length, true);
120 MemoryAddressProxy bb = checkAddress(obb, base, handle.length, false);
145 MemoryAddressProxy bb = checkAddress(obb, base, handle.length, true);
154 MemoryAddressProxy bb = checkAddress(obb, base, handle.length, false);
163 MemoryAddressProxy bb = checkAddress(obb, base, handle.length, true);
172 MemoryAddressProxy bb = checkAddress(obb, base, handle.length, false);
181 MemoryAddressProxy bb = checkAddress(obb, base, handle.length, true);
190 MemoryAddressProxy bb = checkAddress(obb, base, handle.length, false);
200 MemoryAddressProxy bb = checkAddress(obb, base, handle.length, false);
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/core/
H A Dobb.c32 void OBB_Delete(obb_p obb) in OBB_Delete() argument
34 if(obb) in OBB_Delete()
41 free(obb); in OBB_Delete()
52 vec3_mul_scalar(obb->extent, obb->extent, 0.5f); in OBB_Rebuild()
55 vec3_mul_scalar(obb->base_centre, obb->base_centre, 0.5f); in OBB_Rebuild()
56 obb->radius = vec3_abs(obb->extent); in OBB_Rebuild()
58 p = obb->base_polygons; in OBB_Rebuild()
186 void OBB_Transform(obb_p obb) in OBB_Transform() argument
204 Mat4_vec3_mul_macro(obb->centre, obb->transform, obb->base_centre); in OBB_Transform()
210 Polygon_Copy(obb->polygons + i, obb->base_polygons + i); in OBB_Transform()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/invoke/
H A DX-VarHandleMemoryAccess.java.template70 MemoryAddressProxy oo = (MemoryAddressProxy)Objects.requireNonNull(obb);
96 static $type$ get0(VarHandle ob, Object obb, long base) {
98 MemoryAddressProxy bb = checkAddress(obb, base, handle.length, true);
120 static void set0(VarHandle ob, Object obb, long base, $type$ value) {
122 MemoryAddressProxy bb = checkAddress(obb, base, handle.length, false);
146 static $type$ getVolatile0(VarHandle ob, Object obb, long base) {
148 MemoryAddressProxy bb = checkAddress(obb, base, handle.length, true);
166 static $type$ getAcquire0(VarHandle ob, Object obb, long base) {
168 MemoryAddressProxy bb = checkAddress(obb, base, handle.length, true);
186 static $type$ getOpaque0(VarHandle ob, Object obb, long base) {
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/invoke/
H A DX-VarHandleMemoryAccess.java.template132 static $type$ get(VarHandle ob, Object obb, long base) {
134 MemorySegmentProxy bb = checkAddress(obb, base, handle.length, true);
156 static void set(VarHandle ob, Object obb, long base, $type$ value) {
158 MemorySegmentProxy bb = checkAddress(obb, base, handle.length, false);
182 static $type$ getVolatile(VarHandle ob, Object obb, long base) {
184 MemorySegmentProxy bb = checkAddress(obb, base, handle.length, true);
194 MemorySegmentProxy bb = checkAddress(obb, base, handle.length, false);
202 static $type$ getAcquire(VarHandle ob, Object obb, long base) {
204 MemorySegmentProxy bb = checkAddress(obb, base, handle.length, true);
222 static $type$ getOpaque(VarHandle ob, Object obb, long base) {
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/invoke/
H A DX-VarHandleMemoryAccess.java.template132 static $type$ get(VarHandle ob, Object obb, long base) {
134 MemorySegmentProxy bb = checkAddress(obb, base, handle.length, true);
156 static void set(VarHandle ob, Object obb, long base, $type$ value) {
158 MemorySegmentProxy bb = checkAddress(obb, base, handle.length, false);
182 static $type$ getVolatile(VarHandle ob, Object obb, long base) {
184 MemorySegmentProxy bb = checkAddress(obb, base, handle.length, true);
194 MemorySegmentProxy bb = checkAddress(obb, base, handle.length, false);
202 static $type$ getAcquire(VarHandle ob, Object obb, long base) {
204 MemorySegmentProxy bb = checkAddress(obb, base, handle.length, true);
222 static $type$ getOpaque(VarHandle ob, Object obb, long base) {
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dshg_integrals_test.F246 CALL allocate_gto_basis_set(obb)
248 lbmax = MAXVAL(obb%lmax)
270 obb%norm_type = 2
271 CALL init_orb_basis_set(obb)
319 CALL deallocate_gto_basis_set(obb)
375 nfb = obb%nsgf
540 obb%set_radius(:) = 1.0E+09_dp
544 nfb = obb%nsgf
622 nfb = obb%nsgf
713 nbb = obb%nsgf
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dshg_integrals_test.F246 CALL allocate_gto_basis_set(obb)
248 lbmax = MAXVAL(obb%lmax)
270 obb%norm_type = 2
271 CALL init_orb_basis_set(obb)
319 CALL deallocate_gto_basis_set(obb)
375 nfb = obb%nsgf
540 obb%set_radius(:) = 1.0E+09_dp
544 nfb = obb%nsgf
622 nfb = obb%nsgf
713 nbb = obb%nsgf
[all …]
/dports/math/fcl05/fcl-0.5.0/src/BVH/
H A DBVH_model.cpp886 makeParentRelativeRecurse(bvs[bv_id].first_child, obb.axis, obb.To); in makeParentRelativeRecurse()
888 makeParentRelativeRecurse(bvs[bv_id].first_child + 1, obb.axis, obb.To); in makeParentRelativeRecurse()
892obb.axis[0] = Vec3f(parent_axis[0].dot(obb.axis[0]), parent_axis[1].dot(obb.axis[0]), parent_axis[… in makeParentRelativeRecurse()
893obb.axis[1] = Vec3f(parent_axis[0].dot(obb.axis[1]), parent_axis[1].dot(obb.axis[1]), parent_axis[… in makeParentRelativeRecurse()
894obb.axis[2] = Vec3f(parent_axis[0].dot(obb.axis[2]), parent_axis[1].dot(obb.axis[2]), parent_axis[… in makeParentRelativeRecurse()
923 OBB& obb = bvs[bv_id].bv.obb; in makeParentRelativeRecurse() local
927 makeParentRelativeRecurse(bvs[bv_id].first_child, obb.axis, obb.To); in makeParentRelativeRecurse()
933obb.axis[0] = Vec3f(parent_axis[0].dot(obb.axis[0]), parent_axis[1].dot(obb.axis[0]), parent_axis[… in makeParentRelativeRecurse()
934obb.axis[1] = Vec3f(parent_axis[0].dot(obb.axis[1]), parent_axis[1].dot(obb.axis[1]), parent_axis[… in makeParentRelativeRecurse()
935obb.axis[2] = Vec3f(parent_axis[0].dot(obb.axis[2]), parent_axis[1].dot(obb.axis[2]), parent_axis[… in makeParentRelativeRecurse()
[all …]
H A DBV_fitter.cpp251 bv.obb.extent.setValue(0); in fit1()
252 bv.obb.To = ps[0]; in fit1()
265 Vec3f* axis = bv.obb.axis; in fit2()
311 Vec3f& u = bv.obb.axis[0]; in fit3()
312 Vec3f& v = bv.obb.axis[1]; in fit3()
313 Vec3f& w = bv.obb.axis[2]; in fit3()
321 getExtentAndCenter(ps, NULL, NULL, NULL, 3, bv.obb.axis, bv.obb.To, bv.obb.extent); in fit3()
349 Vec3f* axis = bv.obb.axis; in fitn()
352 getExtentAndCenter(ps, NULL, NULL, NULL, n, axis, bv.obb.To, bv.obb.extent); in fitn()
554 …v_vertices, tri_indices, primitive_indices, num_primitives, bv.obb.axis, bv.obb.To, bv.obb.extent); in fit()
[all …]
/dports/games/sopwith/sopwith-1.8.4/src/
H A Dswobject.c60 register OBJECTS *obb = ob->ob_prev; in deallobj() local
62 if (obb) in deallobj()
63 obb->ob_next = ob->ob_next; in deallobj()
67 obb = ob->ob_next; in deallobj()
69 if (obb) in deallobj()
70 obb->ob_prev = ob->ob_prev; in deallobj()
/dports/devel/tokamak/tokamak_release/tokamaksrc/src/
H A Drigidbodybase.cpp76 col.obb.GetExtend(minExt, maxExt); in RecalcBB()
103 col.obb.as.box.boxSize[i] = ( maxExt[i] - minExt[i] ) * 0.5f; in RecalcBB()
104 col.obb.c2p.pos[i] = minExt[i] + col.obb.as.box.boxSize[i]; in RecalcBB()
107 obb.rot[0] = col.obb.as.box.boxSize[0] * col.obb.c2p.rot[0]; in RecalcBB()
108 obb.rot[1] = col.obb.as.box.boxSize[1] * col.obb.c2p.rot[1]; in RecalcBB()
109 obb.rot[2] = col.obb.as.box.boxSize[2] * col.obb.c2p.rot[2]; in RecalcBB()
110 obb.pos = col.obb.c2p.pos; in RecalcBB()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dmgc_gccgo.go67 obb := hi + 1
71 for obb-zbb > 1 {
78 arr[obb-1], arr[zbb+1] = arr[zbb+1], arr[obb-1]
79 obb--
90 if hi-obb > 0 {
91 rootradixsort(arr, obb, hi, bit-1)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dmgc_gccgo.go67 obb := hi + 1
71 for obb-zbb > 1 {
78 arr[obb-1], arr[zbb+1] = arr[zbb+1], arr[obb-1]
79 obb--
90 if hi-obb > 0 {
91 rootradixsort(arr, obb, hi, bit-1)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dmgc_gccgo.go67 obb := hi + 1
71 for obb-zbb > 1 {
78 arr[obb-1], arr[zbb+1] = arr[zbb+1], arr[obb-1]
79 obb--
90 if hi-obb > 0 {
91 rootradixsort(arr, obb, hi, bit-1)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dmgc_gccgo.go67 obb := hi + 1
71 for obb-zbb > 1 {
78 arr[obb-1], arr[zbb+1] = arr[zbb+1], arr[obb-1]
79 obb--
90 if hi-obb > 0 {
91 rootradixsort(arr, obb, hi, bit-1)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dmgc_gccgo.go67 obb := hi + 1
71 for obb-zbb > 1 {
78 arr[obb-1], arr[zbb+1] = arr[zbb+1], arr[obb-1]
79 obb--
90 if hi-obb > 0 {
91 rootradixsort(arr, obb, hi, bit-1)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dmgc_gccgo.go67 obb := hi + 1
71 for obb-zbb > 1 {
78 arr[obb-1], arr[zbb+1] = arr[zbb+1], arr[obb-1]
79 obb--
90 if hi-obb > 0 {
91 rootradixsort(arr, obb, hi, bit-1)
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dmgc_gccgo.go67 obb := hi + 1
71 for obb-zbb > 1 {
78 arr[obb-1], arr[zbb+1] = arr[zbb+1], arr[obb-1]
79 obb--
90 if hi-obb > 0 {
91 rootradixsort(arr, obb, hi, bit-1)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DX-VarHandleByteArrayView.java.template537 ByteBuffer bb = (ByteBuffer) Objects.requireNonNull(obb);
554 ByteBuffer bb = (ByteBuffer) Objects.requireNonNull(obb);
572 ByteBuffer bb = (ByteBuffer) Objects.requireNonNull(obb);
581 ByteBuffer bb = (ByteBuffer) Objects.requireNonNull(obb);
590 ByteBuffer bb = (ByteBuffer) Objects.requireNonNull(obb);
599 ByteBuffer bb = (ByteBuffer) Objects.requireNonNull(obb);
608 ByteBuffer bb = (ByteBuffer) Objects.requireNonNull(obb);
617 ByteBuffer bb = (ByteBuffer) Objects.requireNonNull(obb);
627 ByteBuffer bb = (ByteBuffer) Objects.requireNonNull(obb);
636 ByteBuffer bb = (ByteBuffer) Objects.requireNonNull(obb);
[all …]

12345678910>>...19