Searched refs:amas (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp1647 TPoint amas[8]; local
1656 /* Create a starfield with big concentration of stars (amas) */
1659 /* pick 8 random position for the amas */
1662 amas[i].x = fStars.list[i].x;
1663 amas[i].y = fStars.list[i].y;
1664 amas[i].z = fStars.list[i].z;
1670 /* make each amas ramdomly smaller or bigger */
1679 /* In spiral mode, only half the star will be put into the amas.
1689 center of the corresponding amas. */
1691 dx = s->x-amas[inde
[all...]

Completed in 12 milliseconds