Home
last modified time | relevance | path

Searched defs:trajectory (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/graphics/open3d/Open3D-0.2/src/IO/ClassIO/
H A DPinholeCameraTrajectoryIO.cpp39 PinholeCameraTrajectory &trajectory) in ReadPinholeCameraTrajectoryFromJSON()
45 const PinholeCameraTrajectory &trajectory) in WritePinholeCameraTrajectoryToJSON()
70 auto trajectory = std::make_shared<PinholeCameraTrajectory>(); in CreatePinholeCameraTrajectoryFromFile() local
76 PinholeCameraTrajectory &trajectory) in ReadPinholeCameraTrajectory()
94 const PinholeCameraTrajectory &trajectory) in WritePinholeCameraTrajectory()
/dports/graphics/py-open3d-python/Open3D-0.2/src/IO/ClassIO/
H A DPinholeCameraTrajectoryIO.cpp39 PinholeCameraTrajectory &trajectory) in ReadPinholeCameraTrajectoryFromJSON()
45 const PinholeCameraTrajectory &trajectory) in WritePinholeCameraTrajectoryToJSON()
70 auto trajectory = std::make_shared<PinholeCameraTrajectory>(); in CreatePinholeCameraTrajectoryFromFile() local
76 PinholeCameraTrajectory &trajectory) in ReadPinholeCameraTrajectory()
94 const PinholeCameraTrajectory &trajectory) in WritePinholeCameraTrajectory()
/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dfuncplot.h891 struct trajectory { struct
893 typedef Vector<double,NDIM> coordT;
895 double lo;
896 double hi;
897 double radius;
898 long npt;
899 coordT start, end;
900 coord_3d el2;
954 trajectory() {} in trajectory() function
960 trajectory(double radius, long npt) : radius(radius), npt(npt), curve(this->circle2) { in trajectory() argument
[all …]
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/analysis/
H A Dbase.py93 def __init__(self, trajectory, verbose=False, **kwargs): argument
117 def _setup_frames(self, trajectory, start=None, stop=None, step=None): argument
225 def __init__(self, function, trajectory=None, *args, **kwargs): argument
300 def __init__(self, trajectory=None, *args, **kwargs): argument
/dports/science/gromacs/gromacs-2021.4/tests/physicalvalidation/physical_validation/data/
H A Dsimulation_data.py78 observables=None, trajectory=None): argument
150 def trajectory(self): member in SimulationData
160 def trajectory(self, trajectory): member in SimulationData
/dports/graphics/open3d/Open3D-0.2/src/Visualization/Visualizer/
H A DVisualizerWithCustomAnimation.h49 const std::string &format, const std::string &trajectory) { in RegisterRecordingImageFormat()
55 const std::string &format, const std::string &trajectory) { in RegisterRecordingDepthFormat()
H A DVisualizerRender.cpp115 ViewTrajectory trajectory; in CopyViewStatusToClipboard() local
132 ViewTrajectory trajectory; in CopyViewStatusFromClipboard() local
215 PinholeCameraTrajectory trajectory; in CaptureScreenImage() local
363 PinholeCameraTrajectory trajectory; in CaptureDepthImage() local
449 PinholeCameraTrajectory trajectory; in CaptureDepthPointCloud() local
/dports/graphics/py-open3d-python/Open3D-0.2/src/Visualization/Visualizer/
H A DVisualizerWithCustomAnimation.h49 const std::string &format, const std::string &trajectory) { in RegisterRecordingImageFormat()
55 const std::string &format, const std::string &trajectory) { in RegisterRecordingDepthFormat()
H A DVisualizerRender.cpp115 ViewTrajectory trajectory; in CopyViewStatusToClipboard() local
132 ViewTrajectory trajectory; in CopyViewStatusFromClipboard() local
215 PinholeCameraTrajectory trajectory; in CaptureScreenImage() local
363 PinholeCameraTrajectory trajectory; in CaptureDepthImage() local
449 PinholeCameraTrajectory trajectory; in CaptureDepthPointCloud() local
/dports/graphics/open3d/Open3D-0.2/src/IO/FileFormat/
H A DFileLOG.cpp40 PinholeCameraTrajectory &trajectory) in ReadPinholeCameraTrajectoryFromLOG()
102 const PinholeCameraTrajectory &trajectory) in WritePinholeCameraTrajectoryToLOG()
/dports/graphics/py-open3d-python/Open3D-0.2/src/IO/FileFormat/
H A DFileLOG.cpp40 PinholeCameraTrajectory &trajectory) in ReadPinholeCameraTrajectoryFromLOG()
102 const PinholeCameraTrajectory &trajectory) in WritePinholeCameraTrajectoryToLOG()
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Djuggle.c457 TrajectoryPtr prev, next; /* for building list */
461 char posn;
462 int height;
463 int adam;
468 Hand hand;
472 int color;
475 double angle, spin;
481 double x, y; /* current position */
482 double dx, dy; /* initial velocity */
486 unsigned long start, finish;
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Djuggle.c440 TrajectoryPtr prev, next; /* for building list */
444 char posn;
445 int height;
446 int adam;
451 Hand hand;
455 int color;
458 double angle, spin;
464 double x, y; /* current position */
465 double dx, dy; /* initial velocity */
469 unsigned long start, finish;
[all …]
/dports/x11/xlockmore/xlockmore-5.67/modes/glx/
H A Djuggler3d.c449 TrajectoryPtr prev, next; /* for building list */
453 char posn;
454 int height;
455 int adam;
460 Hand hand;
464 int color;
467 double angle, spin;
473 double x, y; /* current position */
474 double dx, dy; /* initial velocity */
478 unsigned long start, finish;
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Djuggler3d.c411 TrajectoryPtr prev, next; /* for building list */
415 char posn;
416 int height;
417 int adam;
422 Hand hand;
426 int color;
429 double angle, spin;
435 double x, y; /* current position */
436 double dx, dy; /* initial velocity */
440 unsigned long start, finish;
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Effects.ocd/Trajectory.ocd/
H A DScript.c21 var trajectory = FindObject(Find_ID(Trajectory), Find_ActionTarget(obj)); in Remove() local
57 var trajectory = CreateObject(Trajectory, obj->GetX(), obj->GetY(), controller); in Create() local
/dports/graphics/open3d/Open3D-0.2/src/Python/Core/
H A Dopen3d_camera.cpp102 PinholeCameraTrajectory trajectory; in pybind_camera_methods() local
107 const PinholeCameraTrajectory &trajectory) { in pybind_camera_methods()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Core/
H A Dopen3d_camera.cpp102 PinholeCameraTrajectory trajectory; in pybind_camera_methods() local
107 const PinholeCameraTrajectory &trajectory) { in pybind_camera_methods()
/dports/science/py-pyberny/pyberny-0.6.3/src/berny/
H A Doptimize.py7 def optimize(optimizer, solver, trajectory=None): argument
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-interpolate.cpp90 auto trajectory = calculate_trajectory(bounds_A, bounds_B); in doEffect_path() local
114 …Geom::Piecewise<Geom::D2<Geom::SBasis> > trajectory = trajectory_path.get_pathvector()[0].toPwSb(); in calculate_trajectory() local
/dports/graphics/nurbs++/nurbs++-3.0.11/examples/nurbs/
H A DtdrawAa.cpp19 PlNurbsCurvef trajectory ; in main() local
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/movements/
H A DPixelMovement.h69 std::list<Point> trajectory; /**< The trajectory. Each element of the variable
/dports/graphics/open3d/Open3D-0.2/src/Python/Tutorial/Advanced/
H A Dcamera_trajectory.py25 trajectory = read_pinhole_camera_trajectory("../../TestData/RGBD/trajectory.log") variable
/dports/graphics/open3d/Open3D-0.2/src/Test/
H A DTestCameraPoseTrajectory.cpp53 PinholeCameraTrajectory trajectory; in main() local
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Tutorial/Advanced/
H A Dcamera_trajectory.py25 trajectory = read_pinhole_camera_trajectory("../../TestData/RGBD/trajectory.log") variable

1234567