Home
last modified time | relevance | path

Searched defs:GetAngle (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DCollisionBox2D.h61 float GetAngle() const { return angle_; } in GetAngle() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FCDocument/
H A DFCDTransform.h334 inline float& GetAngle() { return angleAxis->angle; } in GetAngle() function
335 inline const float& GetAngle() const { return angleAxis->angle; } /**< See above. */ in GetAngle() function
602 inline const float& GetAngle() const { return skew->angle; } in GetAngle() function
603 inline float& GetAngle() { return skew->angle; } /**< See above. */ in GetAngle() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDTransform.h334 inline float& GetAngle() { return angleAxis->angle; } in GetAngle() function
335 inline const float& GetAngle() const { return angleAxis->angle; } /**< See above. */ in GetAngle() function
602 inline const float& GetAngle() const { return skew->angle; } in GetAngle() function
603 inline float& GetAngle() { return skew->angle; } /**< See above. */ in GetAngle() function
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vwidgets/
H A Dvpieceitem.cpp95 double VPieceItem::GetAngle(const QPointF &pt) const in GetAngle() function in VPieceItem
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSPrimRotPoly.h45 …double GetAngle(int index) const {if ((index>=0) && (index<2)) return StartStopAngle[index].GetVal… in GetAngle() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/common/
H A Dtest_bearing_angle_image.cpp50 TEST (BearingAngleImageTest, GetAngle) in TEST() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dhatch.hxx68 Degree10 GetAngle() const { return mpImplHatch->mnAngle; } in GetAngle() function in Hatch
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dhatch.hxx66 sal_uInt16 GetAngle() const { return mpImplHatch->mnAngle; } in GetAngle() function in Hatch
H A Dgradient.hxx82 sal_uInt16 GetAngle() const { return mpImplGradient->mnAngle; } in GetAngle() function in Gradient
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dxhatch.hxx54 Degree10 GetAngle() const { return nAngle; } in GetAngle() function in XHatch
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dxhatch.hxx53 long GetAngle() const { return nAngle; } in GetAngle() function in XHatch
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/visualization/line/
H A Dvistoolnormal.cpp117 qreal VisToolNormal::GetAngle() const in GetAngle() function in VisToolNormal
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DRotateFilter.cpp29 uint32_t RotateFilter::GetAngle() in GetAngle() function in RotateFilter
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dwatermarkitem.hxx30 sal_Int16 GetAngle() const { return m_nAngle; } in GetAngle() function in SfxWatermarkItem
/dports/games/lander/lander-0.6.6/src/
H A DShip.hpp56 double GetAngle() const { return angle; } in GetAngle() function in Ship
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dwatermarkitem.hxx30 sal_Int16 GetAngle() const { return m_nAngle; } in GetAngle() function in SfxWatermarkItem
/dports/cad/opencascade/opencascade-7.6.0/src/DrawFairCurve/
H A DDrawFairCurve_Batten.cxx92 Standard_Real DrawFairCurve_Batten::GetAngle(const Standard_Integer Side) const in GetAngle() function in DrawFairCurve_Batten
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/include/wxSVG/
H A DSVGTransform.h41 inline double GetAngle() const { return m_angle; } in GetAngle() function
H A DSVGPathSegArcRel.h39 inline double GetAngle() const { return m_angle; } in GetAngle() function
H A DSVGPathSegArcAbs.h39 inline double GetAngle() const { return m_angle; } in GetAngle() function
/dports/graphics/wxsvg/wxsvg-1.5.22/include/wxSVG/
H A DSVGTransform.h41 inline double GetAngle() const { return m_angle; } in GetAngle() function
H A DSVGPathSegArcAbs.h39 inline double GetAngle() const { return m_angle; } in GetAngle() function
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ball/src/include/BALL/MATHS/
H A DanalyticalGeometry.h551 bool GetAngle(const TVector3<T>& a, const TVector3<T>& b, TAngle<T> &intersection_angle) in GetAngle() function
570 bool GetAngle(const TLine3<T>& a, const TLine3<T>& b, TAngle<T>& intersection_angle) in GetAngle() function
590 bool GetAngle(const TPlane3<T>& plane, const TVector3<T>& vector, TAngle<T>& intersection_angle) in GetAngle() function
613 bool GetAngle(const TVector3<T>& vector ,const TPlane3<T>& plane, TAngle<T> &intersection_angle) in GetAngle() function
626 bool GetAngle(const TPlane3<T>& plane,const TLine3<T>& line, TAngle<T>& intersection_angle) in GetAngle() function
647 bool GetAngle(const TLine3<T>& line, const TPlane3<T>& plane, TAngle<T>& intersection_angle) in GetAngle() function
661 bool GetAngle(const TPlane3<T>& a, const TPlane3<T>& b, TAngle<T>& intersection_angle) in GetAngle() function
/dports/science/chrono/chrono-7.0.1/src/chrono/assets/
H A DChCamera.h66 double GetAngle() { return this->angle; } in GetAngle() function
/dports/misc/usd/USD-21.11/pxr/base/gf/
H A Drotation.h127 double GetAngle() const { in GetAngle() function

12345678