Home
last modified time | relevance | path

Searched refs:_referencePoint (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgManipulator/
H A DScale2DDragger.cpp80 _referencePoint = _topLeftHandlePosition; in handle()
86 _referencePoint = _bottomLeftHandlePosition; in handle()
92 _referencePoint = _bottomRightHandlePosition; in handle()
98 _referencePoint = _topRightHandlePosition; in handle()
108 cmd->setReferencePoint(_referencePoint); in handle()
139 cmd->setReferencePoint(_referencePoint); in handle()
156 cmd->setReferencePoint(_referencePoint); in handle()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/
H A DScale2DDragger.cpp81 _referencePoint = _topLeftHandlePosition; in handle()
87 _referencePoint = _bottomLeftHandlePosition; in handle()
93 _referencePoint = _bottomRightHandlePosition; in handle()
99 _referencePoint = _topRightHandlePosition; in handle()
109 cmd->setReferencePoint(_referencePoint); in handle()
140 cmd->setReferencePoint(_referencePoint); in handle()
157 cmd->setReferencePoint(_referencePoint); in handle()
H A DCommand.cpp95 _referencePoint(0.0), in Scale1DCommand()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgManipulator/
H A DCommand161 inline void setReferencePoint(const osg::Vec3d& rp) { _referencePoint = rp; }
162 inline const osg::Vec3d& getReferencePoint() const { return _referencePoint; }
176 osg::Vec3d _referencePoint;
200 inline void setReferencePoint(double rp) { _referencePoint = rp; }
201 inline double getReferencePoint() const { return _referencePoint; }
220 double _referencePoint;
245 inline void setReferencePoint(const osg::Vec2d& rp) { _referencePoint = rp; }
246 inline const osg::Vec2d& getReferencePoint() const { return _referencePoint; }
265 osg::Vec2d _referencePoint;
H A DScale2DDragger95 osg::Vec2d _referencePoint;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/
H A DCommand161 inline void setReferencePoint(const osg::Vec3d& rp) { _referencePoint = rp; }
162 inline const osg::Vec3d& getReferencePoint() const { return _referencePoint; }
176 osg::Vec3d _referencePoint;
200 inline void setReferencePoint(double rp) { _referencePoint = rp; }
201 inline double getReferencePoint() const { return _referencePoint; }
220 double _referencePoint;
245 inline void setReferencePoint(const osg::Vec2d& rp) { _referencePoint = rp; }
246 inline const osg::Vec2d& getReferencePoint() const { return _referencePoint; }
265 osg::Vec2d _referencePoint;
H A DScale2DDragger95 osg::Vec2d _referencePoint;
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dplotrenderitem.cpp79 _referencePoint = _highlightPoint; in referenceMode()
81 _referencePoint = plotItem()->mapToProjection(_lastPos); in referenceMode()
94 _referencePoint = point; in setReferencePoint()
177 xml.writeAttribute("x", QVariant(_referencePoint.x()).toString()); in saveInPlot()
178 xml.writeAttribute("y", QVariant(_referencePoint.y()).toString()); in saveInPlot()
305 if (_referencePointMode && plotItem()->projectionRect().contains(_referencePoint)) { in paintReferencePoint()
306 QPointF point = plotItem()->mapToPlot(_referencePoint); in paintReferencePoint()
846 arg(QString::number(point.x() - _referencePoint.x(), 'G', 16)). in processHoverMoveEvent()
847 arg(QString::number(point.y() - _referencePoint.y(), 'G', 16)); in processHoverMoveEvent()
902 arg(QString::number(matchedPoint.x() - _referencePoint.x(), in highlightNearestDataPoint()
[all …]
H A Dplotrenderitem.h141 QPointF _referencePoint; variable
/dports/misc/visp/visp-3.4.0/modules/vision/include/visp3/vision/
H A DvpPlanarObjectDetector.h253 …void getMatchedPoints(const unsigned int _index, vpImagePoint &_referencePoint, vpImagePoint &_cur…
/dports/misc/visp/visp-3.4.0/modules/vision/src/key-point/
H A DvpPlanarObjectDetector.cpp474 … vpPlanarObjectDetector::getMatchedPoints(const unsigned int _index, vpImagePoint &_referencePoint, in getMatchedPoints() argument
482 _referencePoint = refImagePoints[_index]; in getMatchedPoints()