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

/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp2607 float x0, y0, x, y, z, cphi, sphi; local
2639 sphi = sin(fCameraPhi);
2640 x0 = x*cphi - y*sphi;
2641 y0 = x*sphi + y*cphi;

Completed in 79 milliseconds