Home
last modified time | relevance | path

Searched defs:Get_Angle (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dgtk-extra-plot_polar.adb90 function Get_Angle (Polar : access Gtk_Plot_Polar_Record) return Gdouble is subprogram
95 end Get_Angle; argument
H A Dgtk-extra-plot_polar.ads66 function Get_Angle (Polar : access Gtk_Plot_Polar_Record) return Gdouble; subprogspec
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/generated/
H A Dgdk-event.adb285 function Get_Angle subprogram
301 end Get_Angle; argument
H A Dgtk-label.adb144 function Get_Angle subprogram
151 end Get_Angle; argument
H A Dgtk-label.ads248 function Get_Angle subprogspec
H A Dgdk-event.ads839 function Get_Angle subprogspec
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/generated/
H A Dgtk-label.adb105 function Get_Angle (Label : access Gtk_Label_Record) return Gdouble is subprogram
110 end Get_Angle; argument
H A Dgtk-label.ads137 function Get_Angle (Label : access Gtk_Label_Record) return Gdouble; subprogspec
/dports/cad/k40-whisperer/K40_Whisperer-0.58_src/
H A Ddxf.py472 def Get_Angle(self,y,x): member in DXF_CLASS
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_matrix.cpp684 double CSG_Vector::Get_Angle(const CSG_Vector &Vector) const in Get_Angle() function in CSG_Vector