Home
last modified time | relevance | path

Searched refs:tf2 (Results 1 – 25 of 855) sorted by relevance

12345678910>>...35

/dports/math/fcl05/fcl-0.5.0/test/
H A Dtest_fcl_geometric_shapes.cpp491 Transform3f tf2; in BOOST_AUTO_TEST_CASE() local
547 tf2 = transform; in BOOST_AUTO_TEST_CASE()
655 Transform3f tf2; in BOOST_AUTO_TEST_CASE() local
676 tf2 = transform; in BOOST_AUTO_TEST_CASE()
731 Transform3f tf2; in BOOST_AUTO_TEST_CASE() local
746 tf2 = transform; in BOOST_AUTO_TEST_CASE()
778 Transform3f tf2; in BOOST_AUTO_TEST_CASE() local
792 tf2 = transform; in BOOST_AUTO_TEST_CASE()
836 Transform3f tf2; in BOOST_AUTO_TEST_CASE() local
850 tf2 = transform; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/math/fcl/fcl-0.7.0/test/
H A Dtest_fcl_geometric_shapes.cpp245 FCL_UNUSED(tf2); in checkContactPointds()
606 tf2 = transform; in test_shapeIntersection_spheresphere()
776 tf2 = transform; in test_shapeIntersection_boxbox()
867 tf2 = transform; in test_shapeIntersection_spherebox()
926 tf2 = transform; in test_shapeIntersection_spherecapsule()
992 tf2 = transform; in test_shapeIntersection_cylindercylinder()
1048 tf2 = transform; in test_shapeIntersection_conecone()
1113 tf2 = transform; in test_shapeIntersection_cylindercone()
1212 tf2 = transform; in test_shapeIntersection_ellipsoidellipsoid()
1412 tf2 = transform; in test_shapeIntersection_halfspacesphere()
[all …]
/dports/math/fcl05/fcl-0.5.0/include/fcl/traversal/
H A Dtraversal_node_setup.h75 node.tf2 = tf2; in initialize()
98 node.tf2 = tf2; in initialize()
121 node.tf2 = tf2; in initialize()
144 node.tf2 = tf2; in initialize()
167 node.tf2 = tf2; in initialize()
190 node.tf2 = tf2; in initialize()
213 node.tf2 = tf2; in initialize()
236 node.tf2 = tf2; in initialize()
259 node.tf2 = tf2; in initialize()
282 node.tf2 = tf2; in initialize()
[all …]
H A Dtraversal_node_octree.h180 convertBV(bv2, tf2, obb2); in OcTreeShapeIntersect()
560 AABB aabb2(tf2.transform(p1), tf2.transform(p2), tf2.transform(p3)); in OcTreeMeshIntersectRecurse()
627 AABB aabb2(tf2.transform(p1), tf2.transform(p2), tf2.transform(p3)); in OcTreeMeshIntersectRecurse()
659 AABB aabb2(tf2.transform(p1), tf2.transform(p2), tf2.transform(p3)); in OcTreeMeshIntersectRecurse()
809 convertBV(bv2, tf2, obb2); in OcTreeIntersectRecurse()
994 convertBV(bv2, tf2, obb2); in OcTreeIntersectRecurse()
1086 Transform3f tf1, tf2; variable
1147 Transform3f tf1, tf2; variable
1178 Transform3f tf1, tf2; variable
1267 Transform3f tf1, tf2; variable
[all …]
/dports/math/fcl05/fcl-0.5.0/src/traversal/
H A Dtraversal_node_setup.cpp66 node.tf2 = tf2; in setupMeshCollisionOrientedNode()
73 …relativeTransform(tf1.getRotation(), tf1.getTranslation(), tf2.getRotation(), tf2.getTranslation()… in setupMeshCollisionOrientedNode()
83 const BVHModel<OBB>& model2, const Transform3f& tf2, in initialize() argument
93 const BVHModel<RSS>& model2, const Transform3f& tf2, in initialize() argument
103 const BVHModel<kIOS>& model2, const Transform3f& tf2, in initialize() argument
138 node.tf2 = tf2; in setupMeshDistanceOrientedNode()
146 …relativeTransform(tf1.getRotation(), tf1.getTranslation(), tf2.getRotation(), tf2.getTranslation()… in setupMeshDistanceOrientedNode()
156 const BVHModel<RSS>& model2, const Transform3f& tf2, in initialize() argument
166 const BVHModel<kIOS>& model2, const Transform3f& tf2, in initialize() argument
206 …relativeTransform(tf1.getRotation(), tf1.getTranslation(), tf2.getRotation(), tf2.getTranslation()… in setupMeshConservativeAdvancementOrientedDistanceNode()
[all …]
/dports/java/jcommon/jcommon-1.0.23/src/test/java/org/jfree/text/
H A DTextFragmentTest.java88 assertTrue(tf1.equals(tf2)); in testEquals()
89 assertTrue(tf2.equals(tf1)); in testEquals()
93 assertFalse(tf1.equals(tf2)); in testEquals()
94 tf2 = new TextFragment("Test 1"); in testEquals()
95 assertTrue(tf1.equals(tf2)); in testEquals()
99 assertFalse(tf1.equals(tf2)); in testEquals()
101 assertTrue(tf1.equals(tf2)); in testEquals()
105 assertFalse(tf1.equals(tf2)); in testEquals()
107 assertTrue(tf1.equals(tf2)); in testEquals()
117 TextFragment tf2 = null; in testSerialization() local
[all …]
/dports/math/fcl05/fcl-0.5.0/include/fcl/narrowphase/
H A Dnarrowphase.h57 const S2& s2, const Transform3f& tf2,
63 const S2& s2, const Transform3f& tf2,
151 if(p2) *p2 = inverse(tf2).transform(*p2);
195 if(p2) *p2 = inverse(tf2).transform(*p2);
255 res = shapeIntersect(s1, tf1, s2, tf2, &contacts); in shapeIntersect()
274 res = shapeIntersect(s1, tf1, s2, tf2, NULL); in shapeIntersect()
521 shape.toshape0 = tf1.inverseTimes(tf2);
623 shape.toshape0 = tf1.inverseTimes(tf2);
670 shape.toshape0 = tf1.inverseTimes(tf2);
756 shape.toshape0 = tf1.inverseTimes(tf2);
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/physics/control/tests/
H A Dtest_lti.py318 assert tf1 + tf2 == Parallel(tf1, tf2)
433 s1 = Series(Parallel(tf, -tf2), tf2)
525 assert tf2*tf3*(tf2 - tf1)*tf3 == Series(tf2, tf3, Parallel(tf2, -tf1), tf3)
526 assert -tf1*tf2 == Series(-tf1, tf2)
649 p1 = Parallel(Series(tf, -tf2), tf2)
753 assert tf2 + tf3 + tf2*tf1 + tf5 == Parallel(tf2, tf3, Series(tf2, tf1), tf5)
754 assert tf2 + tf3 + tf2*tf1 - tf3 == Parallel(tf2, tf3, Series(tf2, tf1), -tf3)
926 assert (tf1*tf2) / (tf + tf1*tf2) == Feedback(tf1*tf2, tf)
927 assert (tf1*tf2) / (tf + tf1*tf2*tf5) == Feedback(tf1*tf2, tf5)
928 …assert (tf1*tf2) / (tf + tf1*tf2*tf5*tf3) in (Feedback(tf1*tf2, tf5*tf3), Feedback(tf1*tf2, tf3*tf…
[all …]
/dports/math/fcl/fcl-0.7.0/include/fcl/narrowphase/detail/traversal/octree/
H A Doctree_solver-inl.h70 const Transform3<S>& tf2, in OcTreeIntersect() argument
88 const Transform3<S>& tf2, in OcTreeDistance() argument
107 const Transform3<S>& tf2, in OcTreeMeshIntersect() argument
126 const Transform3<S>& tf2, in OcTreeMeshDistance() argument
145 const Transform3<S>& tf2, in MeshOcTreeIntersect() argument
166 const Transform3<S>& tf2, in MeshOcTreeDistance() argument
196 convertBV(bv2, tf2, obb2); in OcTreeShapeIntersect()
243 computeBV(s, tf2, aabb2); in OcTreeShapeDistance()
603 AABB<S> aabb2(tf2 * p1, tf2 * p2, tf2 * p3); in OcTreeMeshIntersectRecurse()
670 AABB<S> aabb2(tf2 * p1, tf2 * p2, tf2 * p3); in OcTreeMeshIntersectRecurse()
[all …]
H A Doctree_solver.h78 const Transform3<S>& tf1, const Transform3<S>& tf2,
84 const Transform3<S>& tf1, const Transform3<S>& tf2,
91 const Transform3<S>& tf1, const Transform3<S>& tf2,
98 const Transform3<S>& tf1, const Transform3<S>& tf2,
105 const Transform3<S>& tf1, const Transform3<S>& tf2,
112 const Transform3<S>& tf1, const Transform3<S>& tf2,
119 const Transform3<S>& tf1, const Transform3<S>& tf2,
126 const Transform3<S>& tf1, const Transform3<S>& tf2,
133 const Transform3<S>& tf1, const Transform3<S>& tf2,
140 const Transform3<S>& tf1, const Transform3<S>& tf2,
[all …]
/dports/math/fcl05/fcl-0.5.0/src/narrowphase/
H A Dnarrowphase.cpp201 Transform3f tf2_inv(tf2); in sphereCapsuleIntersect()
236 Transform3f tf2_inv(tf2); in sphereCapsuleDistance()
723 …bool res = details::sphereTriangleDistance(sp, tf1, tf2.transform(P1), tf2.transform(P2), tf2.tran… in sphereTriangleDistance()
1478 s2.side, tf2.getRotation(), tf2.getTranslation(), in boxBoxIntersect()
1883 Vec3f v = tf2.transform(P1); in halfspaceTriangleIntersect()
1886 Vec3f p = tf2.transform(P2); in halfspaceTriangleIntersect()
1894 p = tf2.transform(P3); in halfspaceTriangleIntersect()
2620 c[0] = tf2.transform(P1); in planeTriangleIntersect()
2621 c[1] = tf2.transform(P2); in planeTriangleIntersect()
2622 c[2] = tf2.transform(P3); in planeTriangleIntersect()
[all …]
/dports/math/fcl/fcl-0.7.0/include/fcl/narrowphase/detail/
H A Dgjk_solver_libccd-inl.h277 const Transform3<S>& tf2,
298 const Transform3<S>& tf2,
313 const Transform3<S>& tf2,
334 const Transform3<S>& tf2,
432 const Transform3<S>& tf2,
468 const Transform3<S>& tf2,
489 const Transform3<S>& tf2,
495 s, tf1, tf2 * P1, tf2 * P2, tf2 * P3,
587 const Transform3<S>& tf2,
644 const Transform3<S>& tf2,
[all …]
H A Dgjk_solver_indep-inl.h119 const Transform3<S>& tf2,
175 const Transform3<S>& tf2,
281 const Transform3<S>& tf2,
302 const Transform3<S>& tf2,
317 const Transform3<S>& tf2,
338 const Transform3<S>& tf2,
515 const Transform3<S>& tf2,
542 s, tf1, tf2 * P1, tf2 * P2, tf2 * P3,
653 const Transform3<S>& tf2,
670 const Transform3<S>& tf2,
[all …]
/dports/math/fcl/fcl-0.7.0/src/narrowphase/detail/primitive_shape_algorithm/
H A Dplane.cpp63 const Plane<double>& s2, const Transform3<double>& tf2,
69 const Plane<double>& s2, const Transform3<double>& tf2,
75 const Plane<double>& s2, const Transform3<double>& tf2,
81 const Plane<double>& s2, const Transform3<double>& tf2);
86 const Plane<double>& s2, const Transform3<double>& tf2,
92 const Plane<double>& s2, const Transform3<double>& tf2);
97 const Plane<double>& s2, const Transform3<double>& tf2,
103 const Plane<double>& s2, const Transform3<double>& tf2,
109 const Plane<double>& s2, const Transform3<double>& tf2,
115 …3<double>& P1, const Vector3<double>& P2, const Vector3<double>& P3, const Transform3<double>& tf2,
[all …]
H A Dhalfspace.cpp64 const Halfspace<double>& s2, const Transform3<double>& tf2,
71 const Halfspace<double>& s2, const Transform3<double>& tf2,
78 const Halfspace<double>& s2, const Transform3<double>& tf2);
84 const Halfspace<double>& s2, const Transform3<double>& tf2,
91 const Halfspace<double>& s2, const Transform3<double>& tf2,
98 const Halfspace<double>& s2, const Transform3<double>& tf2,
105 const Halfspace<double>& s2, const Transform3<double>& tf2,
112 const Halfspace<double>& s2, const Transform3<double>& tf2,
134 const Halfspace<double>& s2, const Transform3<double>& tf2,
144 const Plane<double>& s2, const Transform3<double>& tf2,
[all …]
/dports/math/fcl05/fcl-0.5.0/src/broadphase/
H A Dbroadphase_dynamic_AABB_tree.cpp67 convertBV(root2_bv, tf2, obb2); in collisionRecurse_()
73 constructBox(root2_bv, tf2, *box, box_tf); in collisionRecurse_()
100 convertBV(root2_bv, tf2, obb2); in collisionRecurse_()
106 constructBox(root2_bv, tf2, *box, box_tf); in collisionRecurse_()
121 convertBV(root2_bv, tf2, obb2); in collisionRecurse_()
259 constructBox(root2_bv, tf2, *box, box_tf); in distanceRecurse_()
271 convertBV(root2_bv, tf2, aabb2); in distanceRecurse_()
316 convertBV(child_bv, tf2, aabb2); in distanceRecurse_()
333 if(tf2.getQuatRotation().isIdentity()) in collisionRecurse()
348 constructBox(root2_bv, tf2, *box, box_tf); in distanceRecurse_()
[all …]
H A Dbroadphase_dynamic_AABB_tree_array.cpp67 convertBV(root2_bv, tf2, obb2); in collisionRecurse_()
73 constructBox(root2_bv, tf2, *box, box_tf); in collisionRecurse_()
99 convertBV(root2_bv, tf2, obb2); in collisionRecurse_()
105 constructBox(root2_bv, tf2, *box, box_tf); in collisionRecurse_()
120 convertBV(root2_bv, tf2, obb2); in collisionRecurse_()
262 constructBox(root2_bv, tf2, *box, box_tf); in distanceRecurse_()
274 convertBV(root2_bv, tf2, aabb2); in distanceRecurse_()
319 convertBV(child_bv, tf2, aabb2); in distanceRecurse_()
344 constructBox(root2_bv, tf2, *box, box_tf); in distanceRecurse_()
637 if(tf2.getQuatRotation().isIdentity()) in collisionRecurse()
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/builder/dockerfile/parser/testfiles/tf2/
H A DDockerfile13 …p://mirror.pointysoftware.net/alliedmodders/mmsource-1.10.0-linux.tar.gz | tar vxz -C /steam/tf2/tf
14 …p://mirror.pointysoftware.net/alliedmodders/sourcemod-1.5.3-linux.tar.gz | tar vxz -C /steam/tf2/tf
15 ADD ./server.cfg /steam/tf2/tf/cfg/server.cfg
16 ADD ./ctf_2fort.cfg /steam/tf2/tf/cfg/ctf_2fort.cfg
17 ADD ./sourcemod.cfg /steam/tf2/tf/cfg/sourcemod/sourcemod.cfg
18 RUN rm -r /steam/tf2/tf/addons/sourcemod/configs
19 ADD ./configs /steam/tf2/tf/addons/sourcemod/configs
20 RUN mkdir -p /steam/tf2/tf/addons/sourcemod/translations/en
21 RUN cp /steam/tf2/tf/addons/sourcemod/translations/*.txt /steam/tf2/tf/addons/sourcemod/translation…
23 CMD cd /steam/tf2 && ./srcds_run -port 27015 +ip 0.0.0.0 +map ctf_2fort -autoupdate -steam_dir /ste…
H A Dresult11 …//mirror.pointysoftware.net/alliedmodders/mmsource-1.10.0-linux.tar.gz | tar vxz -C /steam/tf2/tf")
12 …//mirror.pointysoftware.net/alliedmodders/sourcemod-1.5.3-linux.tar.gz | tar vxz -C /steam/tf2/tf")
13 (add "./server.cfg" "/steam/tf2/tf/cfg/server.cfg")
14 (add "./ctf_2fort.cfg" "/steam/tf2/tf/cfg/ctf_2fort.cfg")
15 (add "./sourcemod.cfg" "/steam/tf2/tf/cfg/sourcemod/sourcemod.cfg")
16 (run "rm -r /steam/tf2/tf/addons/sourcemod/configs")
17 (add "./configs" "/steam/tf2/tf/addons/sourcemod/configs")
18 (run "mkdir -p /steam/tf2/tf/addons/sourcemod/translations/en")
19 (run "cp /steam/tf2/tf/addons/sourcemod/translations/*.txt /steam/tf2/tf/addons/sourcemod/translati…
20 (cmd "cd /steam/tf2 && ./srcds_run -port 27015 +ip 0.0.0.0 +map ctf_2fort -autoupdate -steam_dir /s…
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/builder/dockerfile/parser/testfiles/tf2/
H A DDockerfile13 …p://mirror.pointysoftware.net/alliedmodders/mmsource-1.10.0-linux.tar.gz | tar vxz -C /steam/tf2/tf
14 …p://mirror.pointysoftware.net/alliedmodders/sourcemod-1.5.3-linux.tar.gz | tar vxz -C /steam/tf2/tf
15 ADD ./server.cfg /steam/tf2/tf/cfg/server.cfg
16 ADD ./ctf_2fort.cfg /steam/tf2/tf/cfg/ctf_2fort.cfg
17 ADD ./sourcemod.cfg /steam/tf2/tf/cfg/sourcemod/sourcemod.cfg
18 RUN rm -r /steam/tf2/tf/addons/sourcemod/configs
19 ADD ./configs /steam/tf2/tf/addons/sourcemod/configs
20 RUN mkdir -p /steam/tf2/tf/addons/sourcemod/translations/en
21 RUN cp /steam/tf2/tf/addons/sourcemod/translations/*.txt /steam/tf2/tf/addons/sourcemod/translation…
23 CMD cd /steam/tf2 && ./srcds_run -port 27015 +ip 0.0.0.0 +map ctf_2fort -autoupdate -steam_dir /ste…
H A Dresult11 …//mirror.pointysoftware.net/alliedmodders/mmsource-1.10.0-linux.tar.gz | tar vxz -C /steam/tf2/tf")
12 …//mirror.pointysoftware.net/alliedmodders/sourcemod-1.5.3-linux.tar.gz | tar vxz -C /steam/tf2/tf")
13 (add "./server.cfg" "/steam/tf2/tf/cfg/server.cfg")
14 (add "./ctf_2fort.cfg" "/steam/tf2/tf/cfg/ctf_2fort.cfg")
15 (add "./sourcemod.cfg" "/steam/tf2/tf/cfg/sourcemod/sourcemod.cfg")
16 (run "rm -r /steam/tf2/tf/addons/sourcemod/configs")
17 (add "./configs" "/steam/tf2/tf/addons/sourcemod/configs")
18 (run "mkdir -p /steam/tf2/tf/addons/sourcemod/translations/en")
19 (run "cp /steam/tf2/tf/addons/sourcemod/translations/*.txt /steam/tf2/tf/addons/sourcemod/translati…
20 (cmd "cd /steam/tf2 && ./srcds_run -port 27015 +ip 0.0.0.0 +map ctf_2fort -autoupdate -steam_dir /s…
/dports/math/fcl/fcl-0.7.0/include/fcl/narrowphase/detail/traversal/distance/
H A Dshape_mesh_distance_traversal_node-inl.h117 Transform3<typename BV::S>& tf2, in initialize() argument
129 if(!tf2.matrix().isIdentity()) in initialize()
135 Vector3<S> new_v = tf2 * p; in initialize()
143 tf2.setIdentity(); in initialize()
152 node.tf2 = tf2; in initialize()
224 this->tf2, in preprocess()
274 this->tf2, in preprocess()
311 this->tf2, in leafTesting()
337 node.tf2 = tf2; in setupShapeMeshDistanceOrientedNode()
344 node.R = tf2.linear(); in setupShapeMeshDistanceOrientedNode()
[all …]
/dports/textproc/yq/yq-2.13.0/test/
H A Dtest.py114 tf2.write(b'{"a": 1}')
116 tf2.seek(0)
144 tf2.write(b'{"a": 1}')
145 tf2.seek(0)
177 tf2.write(b"- foo\n- bar\n")
178 tf2.seek(0)
181 self.assertEqual(tf2.read(), b'foo\n...\n')
186 tf2.seek(0)
188 self.assertEqual(tf2.read(), b'foo\n...\n')
217 tf2.write(b'<a><c/></a>')
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/multiprecision/test/
H A Dtest_cpp_bin_float_round.cpp36 test_type tf(f), tf2(f); in main() local
42 tf = boost::math::float_next(tf2); in main()
44 BOOST_CHECK_NE(tf, tf2); in main()
50 tf = boost::math::float_prior(tf2); in main()
52 BOOST_CHECK_NE(tf, tf2); in main()
62 tf = tf2 += extra; in main()
68 tf = boost::math::float_next(tf2); in main()
70 BOOST_CHECK_NE(tf, tf2); in main()
76 tf = boost::math::float_prior(tf2); in main()
78 BOOST_CHECK_NE(tf, tf2); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/multiprecision/test/
H A Dtest_cpp_bin_float_round.cpp36 test_type tf(f), tf2(f); in main() local
42 tf = boost::math::float_next(tf2); in main()
44 BOOST_CHECK_NE(tf, tf2); in main()
50 tf = boost::math::float_prior(tf2); in main()
52 BOOST_CHECK_NE(tf, tf2); in main()
62 tf = tf2 += extra; in main()
68 tf = boost::math::float_next(tf2); in main()
70 BOOST_CHECK_NE(tf, tf2); in main()
76 tf = boost::math::float_prior(tf2); in main()
78 BOOST_CHECK_NE(tf, tf2); in main()

12345678910>>...35