Searched defs:VF (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dconicsec.cpp843 Point VF = _focus1 - _vertex; local
844 double dist1 = L2(VF);
845 double angle = atan2(VF);
851 Point VF = _focus2 - _vertex; local
852 double dist1 = L2(VF);
853 double angle = atan2(VF);
860 Point VF = _focus1 - _vertex; local
862 double angle = atan2(VF);
863 double dist1 = L2(VF);
873 Point VF local
[all...]

Completed in 14 milliseconds