Home
last modified time | relevance | path

Searched refs:the_point (Results 1 – 15 of 15) sorted by relevance

/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/key/
H A Dbip32.py100 the_point = I_left_as_exponent * generator + generator.Point(*public_pair)
101 if the_point == INFINITY:
103 raise DerivationError('K_{} == {}'.format(i, the_point))
106 return the_point, new_chain_code
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgviewerCocoa/
H A DViewerCocoa.mm542 NSPoint the_point = [the_event locationInWindow];
580 NSPoint the_point = [the_event locationInWindow];
615 NSPoint the_point = [the_event locationInWindow];
668 NSPoint the_point = [the_event locationInWindow];
690 NSPoint the_point = [the_event locationInWindow];
701 NSPoint the_point = [the_event locationInWindow];
719 NSPoint the_point = [the_event locationInWindow];
1285 NSPoint the_point;
1326 the_point.x = the_point.x - the_size.width/2.0;
1327 the_point.y = the_point.y - the_size.height/2.0;
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgviewerCocoa/
H A DViewerCocoa.mm545 NSPoint the_point = [the_event locationInWindow];
583 NSPoint the_point = [the_event locationInWindow];
618 NSPoint the_point = [the_event locationInWindow];
671 NSPoint the_point = [the_event locationInWindow];
693 NSPoint the_point = [the_event locationInWindow];
704 NSPoint the_point = [the_event locationInWindow];
722 NSPoint the_point = [the_event locationInWindow];
1288 NSPoint the_point;
1329 the_point.x = the_point.x - the_size.width/2.0;
1330 the_point.y = the_point.y - the_size.height/2.0;
[all …]
/dports/lang/cython/Cython-0.29.24/tests/compile/
H A Dcpp_structs.pyx14 the_point = p variable
/dports/lang/cython-devel/cython-2b1e743/tests/compile/
H A Dcpp_structs.pyx14 the_point = p variable
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.python/
H A Dpy-format-string.c28 point_t the_point; member
/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_edit.c631 F_point *previous_point, F_point *the_point);
903 F_point *previous_point, F_point *the_point) in edit_spline_point() argument
913 if (open_spline(spline) && (previous_point==NULL || the_point->next==NULL)) { in edit_spline_point()
919 make_window_spline_point(spline, the_point->x, the_point->y); in edit_spline_point()
5369 F_point *prev, *the_point; in change_sfactor() local
5374 the_point = &p2; in change_sfactor()
5375 spl = get_spline_point(x, y, &prev, &the_point); in change_sfactor()
5382 if (open_spline(spl) && ((prev == NULL) || (the_point->next == NULL))) { in change_sfactor()
5386 toggle_pointmarker(the_point->x, the_point->y); in change_sfactor()
5392 search_spline_point(spline, the_point->x, the_point->y)); in change_sfactor()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/Experiments/ImplicitCloth/stan/
H A Dvecmath.cpp773 static float3 the_point; in HitCheckPoly() local
778 the_point = v0 * (1 - a) + v1 * a; in HitCheckPoly()
787 side = cross((pp2 - pp1), (the_point - pp1)); in HitCheckPoly()
798 *impact = the_point; in HitCheckPoly()
/dports/devel/py-bullet3/bullet3-3.21/examples/Experiments/ImplicitCloth/stan/
H A Dvecmath.cpp773 static float3 the_point; in HitCheckPoly() local
778 the_point = v0 * (1 - a) + v1 * a; in HitCheckPoly()
787 side = cross((pp2 - pp1), (the_point - pp1)); in HitCheckPoly()
798 *impact = the_point; in HitCheckPoly()
/dports/cad/qelectrotech/qet-0.7.0/sources/qetgraphicsitem/
H A Dconductor.cpp1930 QPointF the_point = intersections[intersections.keys().first()]; in movePointIntoPolygon() local
1931 return(the_point); in movePointIntoPolygon()
/dports/devel/bullet/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_hull.cpp1387 float3 the_point; in PolyHit() local
1392 the_point = v0 * (1 - a) + v1 * a; in PolyHit()
1401 side = cross((pp2 - pp1), (the_point - pp1)); in PolyHit()
1412 *impact = the_point; in PolyHit()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/ConvexDecomposition/
H A Dcd_hull.cpp1346 static float3 the_point; in PolyHit() local
1351 the_point = v0*(1-a) + v1*a; in PolyHit()
1361 side = cross((pp2-pp1),(the_point-pp1)); in PolyHit()
1367 if(impact){*impact=the_point;} in PolyHit()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/StanHull/
H A Dhull.cpp1312 static float3 the_point; in PolyHit() local
1317 the_point = v0*(1-a) + v1*a; in PolyHit()
1327 side = cross((pp2-pp1),(the_point-pp1)); in PolyHit()
1333 if(impact){*impact=the_point;} in PolyHit()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/ConvexDecomposition/
H A Dcd_hull.cpp1346 float3 the_point; in PolyHit() local
1351 the_point = v0*(1-a) + v1*a; in PolyHit()
1361 side = cross((pp2-pp1),(the_point-pp1)); in PolyHit()
1367 if(impact){*impact=the_point;} in PolyHit()
/dports/devel/py-bullet3/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_hull.cpp1387 float3 the_point; in PolyHit() local
1392 the_point = v0 * (1 - a) + v1 * a; in PolyHit()
1401 side = cross((pp2 - pp1), (the_point - pp1)); in PolyHit()
1412 *impact = the_point; in PolyHit()