Home
last modified time | relevance | path

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

/dports/science/getdp/getdp-3.4.0-source/Functions/
H A DF_Geometry.cpp684 static double POINT_TO_PROJECT[3], ELLIPSE_PARAMETERS[2]; variable
689 x = ELLIPSE_PARAMETERS[0] * cos(t); in dist_ellipse()
690 y = ELLIPSE_PARAMETERS[1] * sin(t); in dist_ellipse()
704 ELLIPSE_PARAMETERS[0] = Fct->Para[0] ; in F_ProjectPointOnEllipse()
705 ELLIPSE_PARAMETERS[1] = Fct->Para[1] ; in F_ProjectPointOnEllipse()
717 x = ELLIPSE_PARAMETERS[0] * cos(t); in F_ProjectPointOnEllipse()
718 y = ELLIPSE_PARAMETERS[1] * sin(t); in F_ProjectPointOnEllipse()