Searched refs:fPi (Results 1 – 2 of 2) sorted by relevance
901 const double fPi = 3.14159265359; in DrawHatchEntity() local902 double fA = rE.fPatternLineAngle * (fPi/180.0); in DrawHatchEntity()923 double fAngle = atan2( -aDir.fy, aDir.fx ) * 1800.0 / fPi; in DrawHatchEntity()
1239 const double fPi = 3.1415926535897932384626433; in GetOperPosSize() local1240 double fAngleRad = fAngleDeg / 180.0 * fPi; in GetOperPosSize()