Home
last modified time | relevance | path

Searched refs:centerObj (Results 1 – 10 of 10) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dobserver.cpp346 Selection centerObj = frame->getRefObject(); in update() local
347 if (centerObj.body() != NULL) in update()
349 Body* body = centerObj.body(); in update()
664 jparams.centerObject = centerObj; in computeGotoParametersGC()
757 Selection centerObj = frame->getRefObject(); in computeCenterCOParameters() local
1163 Selection centerObj = selection.parent(); in gotoSelectionGC() local
1166 Vec3d v = pos - centerObj.getPosition(getTime()); in gotoSelectionGC()
1191 centerObj); in gotoSelectionGC()
1227 Selection centerObj = selection.parent(); in gotoSelectionGC() local
1230 Vec3d v = pos - centerObj.getPosition(getTime()); in gotoSelectionGC()
[all …]
H A Dobserver.h264 const Selection& centerObj);
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dobserver.cpp346 Selection centerObj = frame->getRefObject(); in update() local
347 if (centerObj.body() != NULL) in update()
349 Body* body = centerObj.body(); in update()
664 jparams.centerObject = centerObj; in computeGotoParametersGC()
757 Selection centerObj = frame->getRefObject(); in computeCenterCOParameters() local
1163 Selection centerObj = selection.parent(); in gotoSelectionGC() local
1166 Vec3d v = pos - centerObj.getPosition(getTime()); in gotoSelectionGC()
1191 centerObj); in gotoSelectionGC()
1227 Selection centerObj = selection.parent(); in gotoSelectionGC() local
1230 Vec3d v = pos - centerObj.getPosition(getTime()); in gotoSelectionGC()
[all …]
H A Dobserver.h264 const Selection& centerObj);
/dports/deskutils/syncthingtray/syncthingtray/tray/gui/
H A Ddevbuttonsitemdelegate.cpp19 inline int centerObj(int avail, int size) in centerObj() function
61 const int buttonY = option.rect.y() + centerObj(option.rect.height(), 16); in paint()
H A Ddirbuttonsitemdelegate.cpp18 inline int centerObj(int avail, int size) in centerObj() function
61 const int buttonY = option.rect.y() + centerObj(option.rect.height(), 16); in paint()
H A Ddownloaditemdelegate.cpp22 inline int centerObj(int avail, int size) in centerObj() function
82 buttonY += centerObj(progressBarOption.rect.height(), 16); in paint()
/dports/science/pybrain/pybrain-0.3.3/pybrain/rl/environments/ode/
H A Dviewer.py26 self.centerObj = None
88 self.centerObj = obj
149 if self.centerObj is not None:
150 (centerX, centerY, centerZ) = self.centerObj.getPosition()
H A Denvironment.py173 self.centerObj = None
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/wobbly/
H A Dwobbly.c631 Object *centerObj; in wobbly_slight_wobble() local
635 centerObj = modelFindNearestObject(ww->model, in wobbly_slight_wobble()
642 if (s->a == centerObj) in wobbly_slight_wobble()
647 else if (s->b == centerObj) in wobbly_slight_wobble()