Lines Matching defs:VF
843 Point VF = _focus1 - _vertex;
844 double dist1 = L2(VF);
845 double angle = atan2(VF);
851 Point VF = _focus2 - _vertex;
852 double dist1 = L2(VF);
853 double angle = atan2(VF);
860 Point VF = _focus1 - _vertex;
862 double angle = atan2(VF);
863 double dist1 = L2(VF);
873 Point VF = _focus2 - _vertex;
874 double angle = atan2(VF);
876 double dist2 = L2(VF);