Searched refs:resol2 (Results 1 – 1 of 1) sorted by relevance
199 const int resol2 = (int)params[SUPERSHAPE_PARAMS - 2]; in createSuperShape() local202 const int latitudeBegin = resol2 / 4; in createSuperShape()203 const int latitudeEnd = resol2 / 2; // non-inclusive in createSuperShape()232 float p1 = -PI / 2 + latitude * 2 * PI / resol2; in createSuperShape()233 float p2 = -PI / 2 + (latitude + 1) * 2 * PI / resol2; in createSuperShape()