Home
last modified time | relevance | path

Searched defs:get_angle (Results 1 – 25 of 98) sorted by relevance

1234

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/core/
H A DGeometry.cpp49 double get_angle(double x1, double y1, double x2, double y2) { in get_angle() function
75 double get_angle(const Point& point1, const Point& point2) { in get_angle() function
/dports/games/xsc/xsc-1.6/
H A Dxything.h87 Xything::get_angle(void) const in get_angle() function
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/deep_mimic/mocap/
H A Dinverse_kinematics.py13 def get_angle(vec1, vec2): function
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/platform-demos/C/samples/
H A Dwidget_drawing.py38 def get_angle(self, event): member in MyWindow
/dports/games/gunfudeadlands/
H A Dmymath.lua54 function mymath.get_angle( v1, v2 ) function
/dports/astro/py-kosmorrolib/kosmorrolib-1.0.1/kosmorrolib/
H A Dephemerides.py181 def get_angle(for_aster: Object): function
H A Devents.py165 def get_angle(time: Time): function
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dtext-renderer.h119 std::string get_angle (void) const { return angle; } in get_angle() function
179 std::string get_angle (void) const { return fnt.get_angle (); } in get_angle() function
/dports/science/py-molmod/molmod-1.4.8/molmod/
H A Dtoyff.py302 def get_angle(self, triplet): member in SpecialAngles
/dports/cad/horizon-eda/horizon-2.1.0/src/util/
H A Dplacement.cpp120 int Placement::get_angle() const in get_angle() function in horizon::Placement
/dports/math/ogdf/OGDF/include/ogdf/energybased/fmmm/multilevel/
H A DEdge.h84 double get_angle() const { return angle; } in get_angle() function
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_localization_methods.F495 SUBROUTINE get_angle(mii, mjj, mij, weights, theta) subroutine
496 COMPLEX(KIND=dp), POINTER :: mii(:), mjj(:), mij(:)
497 REAL(KIND=dp), INTENT(IN) :: weights(:)
498 REAL(KIND=dp), INTENT(OUT) :: theta
500 COMPLEX(KIND=dp) :: z11, z12, z22
501 INTEGER :: dim_m, idim
502 REAL(KIND=dp) :: a12, b12, d2, ratio
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_localization_methods.F495 SUBROUTINE get_angle(mii, mjj, mij, weights, theta) subroutine
496 COMPLEX(KIND=dp), POINTER :: mii(:), mjj(:), mij(:)
497 REAL(KIND=dp), INTENT(IN) :: weights(:)
498 REAL(KIND=dp), INTENT(OUT) :: theta
500 COMPLEX(KIND=dp) :: z11, z12, z22
501 INTEGER :: dim_m, idim
502 REAL(KIND=dp) :: a12, b12, d2, ratio
/dports/games/legesmotus/legesmotus-0.4.0/common/
H A DPoint.cpp57 double Point::get_angle() const { in get_angle() function in Point
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/sprite/
H A Dsprite.cpp214 Sprite::get_angle() const in get_angle() function in Sprite
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/widgets/graph/
H A DLSPFrameBuffer.h85 size_t get_angle() const { return nAngle; } in get_angle() function
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/gfx/blur/
H A Dgfx-blur-box.cpp331 double_t gfx::blur::box_directional::get_angle() in get_angle() function in gfx::blur::box_directional
406 double_t gfx::blur::box_rotational::get_angle() in get_angle() function in gfx::blur::box_rotational
H A Dgfx-blur-gaussian.cpp388 double_t gfx::blur::gaussian_directional::get_angle() in get_angle() function in gfx::blur::gaussian_directional
522 double_t gfx::blur::gaussian_rotational::get_angle() in get_angle() function in gfx::blur::gaussian_rotational
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dpage-turn-effect.cc163 double PageTurnEffect::get_angle() const in get_angle() function in Clutter::PageTurnEffect
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/Gizmos/
H A DGLGizmoRotate.hpp49 double get_angle() const { return m_angle; } in get_angle() function in Slic3r::GUI::GLGizmoRotate
/dports/games/pink-pony/pink-pony-1.4.1/src/
H A DPony.hh62 float get_angle() { in get_angle() function in Pony
/dports/games/flyhard/flyhard-0.42/src/
H A Dmovers.h104 float get_angle() const {return m_angle;} in get_angle() function
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/movements/
H A DCircleMovement.cpp508 double CircleMovement::get_angle() const { in get_angle() function in Solarus::CircleMovement
/dports/cad/horizon-eda/horizon-2.1.0/src/dialogs/
H A Drenumber_pads_window.cpp125 static double get_angle(const Coordi &c) in get_angle() function
/dports/graphics/drawing/drawing-0.8.4/src/tools/transform_tools/
H A Dtool_rotate.py97 def get_angle(self): member in ToolRotate

1234