Searched refs:fAngel (Results 1 – 1 of 1) sorted by relevance
322 FX_FLOAT fAngel = PWL_PI/10.0f; in GetAP_Star() local326 px[i] = ptCenter.x + fRadius * (FX_FLOAT)cos(fAngel); in GetAP_Star()327 py[i] = ptCenter.y + fRadius * (FX_FLOAT)sin(fAngel); in GetAP_Star()329 fAngel += PWL_PI * 2 / 5.0f; in GetAP_Star()2481 FX_FLOAT fAngel = PWL_PI/10.0f; in GetGraphics_Star() local2485 px1[i] = ptCenter.x + fLongRadius * (FX_FLOAT)cos(fAngel); in GetGraphics_Star()2486 py1[i] = ptCenter.y + fLongRadius * (FX_FLOAT)sin(fAngel); in GetGraphics_Star()2488 fAngel += PWL_PI * 2 / 5.0f; in GetGraphics_Star()2491 fAngel = PWL_PI/5.0f + PWL_PI/10.0f; in GetGraphics_Star()2495 px2[j] = ptCenter.x + fShortRadius * (FX_FLOAT)cos(fAngel); in GetGraphics_Star()[all …]