Home
last modified time | relevance | path

Searched refs:_axis (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DLabel.cs591 return _axis;
1111 _axis = axis; in LabelStyle()
1262 (_axis.autoLabelFont == null) ? _font : _axis.autoLabelFont, in PaintCircular()
1373 if (Double.IsNaN(_axis.ViewMinimum) || Double.IsNaN(_axis.ViewMaximum)) in Paint()
1781 (_axis.autoLabelFont == null) ? _font : _axis.autoLabelFont, in Paint()
1785 (_axis.autoLabelAngle < -90) ? angle : _axis.autoLabelAngle, in Paint()
2541 if(this._axis != null) in Invalidate()
2543 this._axis.Invalidate(); in Invalidate()
2750 … if (this._axis != null && this._axis.Common!=null && this._axis.Common.Chart != null)
2824 if(this._axis != null && this._axis.Common!=null && this._axis.Common.Chart != null)
[all …]
H A DGridTickMarks.cs1136 this._axis == null && in Initialize()
1145 if(this._axis == null) in Initialize()
1194 this._axis = axis; in Initialize()
1213 return _axis; in GetAxis()
1222 if(this._axis != null) in Invalidate()
1224 this._axis.Invalidate(); in Invalidate()
1257 if(_axis.axisType == AxisName.X || _axis.axisType == AxisName.X2) in Paint()
1259 …string> seriesArray = _axis.ChartArea.GetXAxesSeries((_axis.axisType == AxisName.X) ? AxisType.Pri… in Paint()
1293 … this._axis.minimum + (this._axis.maximum - this._axis.minimum) / Grid.NumberOfDateTimeIntervals, in Paint()
1332 if( _axis.ViewMaximum <= _axis.ViewMinimum ) in Paint()
[all …]
H A DChartAreaCursor.cs152 private Axis _axis = null; field in System.Windows.Forms.DataVisualization.Charting.Cursor
389 _axis = null;
914 if(_axis.axisType == AxisName.X || _axis.axisType == AxisName.X2) in RoundPosition()
916 …string> seriesArray = _axis.ChartArea.GetXAxesSeries((_axis.axisType == AxisName.X) ? AxisType.Pri… in RoundPosition()
1087 if(this._axis != null && in Cursor_MouseUp()
1322 if(this._axis != null && in GetSelectionRect()
1507 return _axis; in GetAxis()
1552 private Axis _axis = null; field in System.Windows.Forms.DataVisualization.Charting.CursorEventArgs
1570 this._axis = axis; in CursorEventArgs()
1586 this._axis = axis; in CursorEventArgs()
[all …]
/dports/science/yoda/YODA-1.9.1/include/YODA/
H A DProfile1D.h54 _axis()
73 _axis(xbinedges)
106 _axis = p1._axis;
149 _axis.reset(); in reset()
176 return _axis == p1._axis; in sameBinning()
190 _axis.rebinTo(newedges); in rebinTo()
225 _axis.addBins(bins); in addBins()
229 _axis.eraseBin(index); in rmBin()
350 _axis += toAdd._axis;
357 _axis -= toSubtract._axis;
[all …]
H A DProfile2D.h52 _axis()
69 _axis(xedges, yedges)
77 _axis(bins)
108 _axis = p2._axis;
152 _axis.reset(); in reset()
203 _axis.addBin(bin); in addBin()
218 _axis.addBins(bins); in addBins()
223 return _axis == p2._axis; in sameBinning()
406 _axis += toAdd._axis;
413 _axis -= toSubtract._axis;
[all …]
H A DHisto2D.h52 _axis()
77 _axis(bins)
108 _axis = h2._axis;
155 _axis.reset(); in reset()
199 _axis.addBin(bin); in addBin()
214 _axis.addBins(bins); in addBins()
245 _axis.eraseBin(index); in rmBin()
296 return _axis == h2._axis; in sameBinning()
423 _axis += toAdd._axis;
432 _axis -= toSubtract._axis;
[all …]
H A DHisto1D.h46 _axis()
54 _axis(nbins, lower, upper)
65 _axis(binedges)
73 _axis(bins)
106 _axis = h1._axis;
139 _axis.reset(); in reset()
186 _axis.rebinTo(newedges); in rebinTo()
213 return _axis == h1._axis; in sameBinning()
297 _axis.addBins(bins); in addBins()
383 _axis += toAdd._axis;
[all …]
/dports/science/siconos/siconos-4.4.0/mechanics/src/joints/
H A DJointStopR.cpp46 _axis->push_back(axis); in JointStopR()
60 , _axis(axes) in JointStopR()
66 for(unsigned int i=0; i < _axis->size(); i++) in JointStopR()
68 if((*_axis)[i] > _axisMax) _axisMax = (*_axis)[i]; in JointStopR()
69 if((*_axis)[i] < _axisMin) _axisMin = (*_axis)[i]; in JointStopR()
85 _axis->push_back(axis);
86 _axis->push_back(axis);
101 bool case_posneg = y.size()==2 && (*_axis)[0] == (*_axis)[1]; in computeh()
104 _joint->computehDoF(time, q0, y, (*_axis)[0]); in computeh()
119 y.setValue(i, (tmp_y.getValue((*_axis)[i]) in computeh()
[all …]
H A DJointFrictionR.cpp40 , _axis(std::make_shared< std::vector<unsigned int> >()) in JointFrictionR()
42 _axis->push_back(axis); in JointFrictionR()
53 , _axis(axes) in JointFrictionR()
59 for(unsigned int i=0; i < _axis->size(); i++) in JointFrictionR()
61 if((*_axis)[i] > _axisMax) _axisMax = (*_axis)[i]; in JointFrictionR()
62 if((*_axis)[i] < _axisMin) _axisMin = (*_axis)[i]; in JointFrictionR()
68 _axis = std::make_shared< std::vector<unsigned int> >(); in JointFrictionR()
69 _axis->push_back(0); in JointFrictionR()
101 _jachq->setValue(i,j,_jachqTmp->getValue((*_axis)[i]-_axisMin,j) * (i==1?1:-1)); in computeJachq()
107 return _axis->size(); in numberOfConstraints()
/dports/science/yoda/YODA-1.9.1/src/
H A DProfile1D.cc21 _axis.totalDbn().fill(x, y, weight, fraction); in fill()
25 if (inRange(x, _axis.xMin(), _axis.xMax())) { in fill()
30 } else if (x < _axis.xMin()) { in fill()
31 _axis.underflow().fill(x, y, weight, fraction); in fill()
32 } else if (x >= _axis.xMax()) { in fill()
33 _axis.overflow().fill(x, y, weight, fraction); in fill()
37 _axis._setLock(true); in fill()
66 if (includeoverflows) return _axis.totalDbn().sumW(); in sumW()
122 _axis = p._axis; in Profile1D()
134 _axis = Profile1DAxis(bins); in Profile1D()
[all …]
H A DProfile2D.cc21 _axis.totalDbn().fill(x, y, z, weight, fraction); in fill()
25 if (inRange(x, _axis.xMin(), _axis.xMax()) && inRange(y, _axis.yMin(), _axis.yMax())) { in fill()
40 _axis._setLock(true); in fill()
69 if (includeoverflows) return _axis.totalDbn().sumW2(); in sumW()
77 if (includeoverflows) return _axis.totalDbn().sumW2(); in sumW2()
87 if (includeoverflows) return _axis.totalDbn().xMean(); in xMean()
135 if (includeoverflows) return _axis.totalDbn().xRMS(); in xRMS()
143 if (includeoverflows) return _axis.totalDbn().yRMS(); in yRMS()
158 _axis(p._axis) in Profile2D()
172 _axis = Profile2DAxis(bins); in Profile2D()
[all …]
H A DHisto2D.cc19 _axis(h._axis) in Histo2D()
31 _axis = Histo2DAxis(bins); in Histo2D()
43 _axis = Histo2DAxis(bins); in Histo2D()
55 _axis.totalDbn().fill(x, y, weight, fraction); in fill()
59 if (inRange(x, _axis.xMin(), _axis.xMax()) && inRange(y, _axis.yMin(), _axis.yMax())) { in fill()
74 _axis._setLock(true); in fill()
104 if (includeoverflows) return _axis.totalDbn().sumW(); in sumW()
112 if (includeoverflows) return _axis.totalDbn().sumW2(); in sumW2()
123 if (includeoverflows) return _axis.totalDbn().xMean(); in xMean()
171 if (includeoverflows) return _axis.totalDbn().xRMS(); in xRMS()
[all …]
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/Common/Math/
H A DVector3_X86.h57 void Rotate( const CVector3_x86 &_axis, const fp4 _angle );
212 inline void CVector3_x86::Rotate( const CVector3_x86 &_axis, const fp4 _angle ) in Rotate() argument
220 rotM[0] = ca + (1 - ca) * _axis.m_X * _axis.m_X; in Rotate()
221 rotM[1] = (1 - ca) * _axis.m_X * _axis.m_Y - sa * _axis.m_Z; in Rotate()
222 rotM[2] = (1 - ca) * _axis.m_Z * _axis.m_X + sa * _axis.m_Y; in Rotate()
223 rotM[3] = (1 - ca) * _axis.m_X * _axis.m_Y + sa * _axis.m_Z; in Rotate()
224 rotM[4] = ca + (1 - ca) * _axis.m_Y * _axis.m_Y; in Rotate()
225 rotM[5] = (1 - ca) * _axis.m_Y * _axis.m_Z - sa * _axis.m_X; in Rotate()
226 rotM[6] = (1 - ca) * _axis.m_Z * _axis.m_X - sa * _axis.m_Y; in Rotate()
227 rotM[7] = (1 - ca) * _axis.m_Y * _axis.m_Z + sa * _axis.m_X; in Rotate()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/
H A DStackedRotateAxisElement.cpp19 …& name, const osg::Vec3& axis, double angle) : StackedTransformElement(), _axis(axis), _angle(angl… in StackedRotateAxisElement()
20 StackedRotateAxisElement::StackedRotateAxisElement(const osg::Vec3& axis, double angle) : _axis(axi… in StackedRotateAxisElement()
21 StackedRotateAxisElement::StackedRotateAxisElement() : _axis(osg::Vec3(1,0,0)), _angle(0) {} in StackedRotateAxisElement()
22 …xisElement& rhs, const osg::CopyOp&) : StackedTransformElement(rhs), _axis(rhs._axis), _angle(rhs.… in StackedRotateAxisElement()
29 …kedRotateAxisElement::getAsMatrix() const { return osg::Matrix::rotate(osg::Quat(_angle, _axis)); } in getAsMatrix()
36 const osg::Vec3& StackedRotateAxisElement::getAxis() const { return _axis; } in getAxis()
40 _axis = axis; in setAxis()
55 …nt::applyToMatrix(osg::Matrix& matrix) const { matrix.preMultRotate(osg::Quat(_angle, _axis)); } in applyToMatrix()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/
H A DStackedRotateAxisElement.cpp19 …& name, const osg::Vec3& axis, double angle) : StackedTransformElement(), _axis(axis), _angle(angl… in StackedRotateAxisElement()
20 StackedRotateAxisElement::StackedRotateAxisElement(const osg::Vec3& axis, double angle) : _axis(axi… in StackedRotateAxisElement()
22 …xisElement& rhs, const osg::CopyOp&) : StackedTransformElement(rhs), _axis(rhs._axis), _angle(rhs.… in StackedRotateAxisElement()
29 …kedRotateAxisElement::getAsMatrix() const { return osg::Matrix::rotate(osg::Quat(_angle, _axis)); } in getAsMatrix()
36 const osg::Vec3& StackedRotateAxisElement::getAxis() const { return _axis; } in getAxis()
40 _axis = axis; in setAxis()
55 …nt::applyToMatrix(osg::Matrix& matrix) const { matrix.preMultRotate(osg::Quat(_angle, _axis)); } in applyToMatrix()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dvanishing-point.h48 …VanishingPoint() : my_counter(VanishingPoint::global_counter++), _persp(nullptr), _axis(Proj::NONE… in VanishingPoint()
49 …rsp, Proj::Axis axis) : my_counter(VanishingPoint::global_counter++), _persp(persp), _axis(axis) {} in VanishingPoint()
50 …&other) : my_counter(VanishingPoint::global_counter++), _persp(other._persp), _axis(other._axis) {} in VanishingPoint()
55 return (_persp == rhs._persp && _axis == rhs._axis);
64 _axis = axis; in set()
69 return _persp->get_VP (_axis).is_finite(); in is_finite()
73 return _persp->get_VP (_axis).affine(); in get_pos()
106 _persp->get_VP (_axis).print(""); in printPt()
108 inline char const *axisString () { return Proj::string_from_axis(_axis); } in axisString()
114 Proj::Axis _axis; variable
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/include/ignition/math/
H A DMatrix3.hh147 public: void Axis(const Vector3<T> &_axis, T _angle) in Axis() argument
153 this->data[0][0] = _axis.X()*_axis.X()*C + c; in Axis()
154 this->data[0][1] = _axis.X()*_axis.Y()*C - _axis.Z()*s; in Axis()
155 this->data[0][2] = _axis.X()*_axis.Z()*C + _axis.Y()*s; in Axis()
157 this->data[1][0] = _axis.Y()*_axis.X()*C + _axis.Z()*s; in Axis()
158 this->data[1][1] = _axis.Y()*_axis.Y()*C + c; in Axis()
159 this->data[1][2] = _axis.Y()*_axis.Z()*C - _axis.X()*s; in Axis()
161 this->data[2][0] = _axis.Z()*_axis.X()*C - _axis.Y()*s; in Axis()
162 this->data[2][1] = _axis.Z()*_axis.Y()*C + _axis.X()*s; in Axis()
163 this->data[2][2] = _axis.Z()*_axis.Z()*C + c; in Axis()
/dports/misc/usd/USD-21.11/pxr/base/gf/
H A Drotation.h89 _axis = axis; in SetAxisAngle()
91 if (!GfIsClose(_axis * _axis, 1.0, 1e-10)) in SetAxisAngle()
92 _axis.Normalize(); in SetAxisAngle()
116 _axis.Set(1.0, 0.0, 0.0); in SetIdentity()
123 return _axis; in GetAxis()
143 return GfRotation(_axis, -_angle); in GetInverse()
225 boost::hash_combine(h, r._axis); in hash_value()
235 return (_axis == r._axis &&
293 GfVec3d _axis;
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/mpl_toolkits/axes_grid1/
H A Dmpl_axes.py64 self._axis = axis
81 for tick in self._axis.get_major_ticks()])
91 return self._axis.label
96 self._axis.set_visible(True)
100 self._axis.set_label_text(txt)
123 self._axis.set_tick_params(**tickparam)
126 self._axis.set_tick_params(**tickparam)
129 pos = self._axis.get_label_position()
131 self._axis.label.set_visible(False)
133 self._axis.label.set_visible(True)
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_toolkits/axes_grid1/
H A Dmpl_axes.py75 self._axis = axis
91 for tick in self._axis.get_major_ticks()])
99 return self._axis.label
108 self._axis.set_visible(True)
112 self._axis.set_label_text(txt)
135 self._axis.set_tick_params(**tickparam)
138 self._axis.set_tick_params(**tickparam)
141 pos = self._axis.get_label_position()
143 self._axis.label.set_visible(False)
145 self._axis.label.set_visible(True)
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A DSGTranslateTransform.cxx35 _axis(0, 0, 0), in SGTranslateTransform()
44 _axis(trans._axis), in SGTranslateTransform()
54 matrix.preMultTranslate(toOsg(_value*_axis)); in computeLocalToWorldMatrix()
56 matrix.setTrans(toOsg(_value*_axis)); in computeLocalToWorldMatrix()
66 matrix.postMultTranslate(toOsg(-_value*_axis)); in computeWorldToLocalMatrix()
68 matrix.setTrans(toOsg(-_value*_axis)); in computeWorldToLocalMatrix()
77 bs._center += toOsg(_axis)*_value; in computeBound()
/dports/astro/celestia/celestia-1.6.1/src/celmath/
H A Dcapsule.h23 Capsule(const Vector3<T>& _axis, T _radius);
24 Capsule(const Point3<T>& _origin, const Vector3<T>& _axis, T _radius);
42 template<class T> Capsule<T>::Capsule(const Vector3<T>& _axis, in Capsule() argument
44 origin(0, 0, 0), axis(_axis), radius(_radius) in Capsule()
50 const Vector3<T>& _axis, in Capsule() argument
52 origin(_origin), axis(_axis), radius(_radius) in Capsule()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celmath/
H A Dcapsule.h23 Capsule(const Vector3<T>& _axis, T _radius);
24 Capsule(const Point3<T>& _origin, const Vector3<T>& _axis, T _radius);
42 template<class T> Capsule<T>::Capsule(const Vector3<T>& _axis, in Capsule() argument
44 origin(0, 0, 0), axis(_axis), radius(_radius) in Capsule()
50 const Vector3<T>& _axis, in Capsule() argument
52 origin(_origin), axis(_axis), radius(_radius) in Capsule()
/dports/science/py-paida/paida-3.2.1_2.10.1/paida/paida_core/
H A DIHistogram3D.py13 self._axis.append(IAxis(binEdges[0], fixedBinning))
29 …i = self._innerIndex(2 + self._axis[0].coordToIndex(x), 2 + self._axis[1].coordToIndex(y), 2 + sel…
366 return self._axis[0]
369 return self._axis[1]
372 return self._axis[2]
375 return self._axis[0].coordToIndex(coord)
378 return self._axis[1].coordToIndex(coord)
381 return self._axis[2].coordToIndex(coord)
385 if self._axis[0]._edgeList != hist._axis[0]._edgeList:
387 if self._axis[1]._edgeList != hist._axis[1]._edgeList:
[all …]
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/nn/
H A Dbbox.py29 self._axis = axis
32 xmin, ymin, xmax, ymax = np.split(x, 4, axis=self._axis)
40 return np.concatenate((x, y, width, height), axis=self._axis)
65 self._axis = axis
69 xmin, ymin, xmax, ymax = F.split(x, axis=self._axis, num_outputs=4)
77 return F.concat(x, y, width, height, dim=self._axis)
102 self._axis = axis
106 x, y, w, h = F.split(x, axis=self._axis, num_outputs=4)
114 return F.concat(xmin, ymin, xmax, ymax, dim=self._axis)
136 self._axis = axis
[all …]

12345678910>>...19