Home
last modified time | relevance | path

Searched refs:deltaPhi (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/
Ddemo_Cylinder.cpp69 f32 deltaPhi = 360.0f / (m_Division * 4.0f); in InitializeCylinder() local
72 f32 phi = deltaPhi * vertexIndex; in InitializeCylinder()
112 f32 deltaPhi = 360.0f / (m_Division * 4.0f); in InitializeCylinder() local
115 f32 phi = static_cast<u32>((deltaPhi * (vertexIndex - 1) + 360.0f)) % 360; in InitializeCylinder()
120 phi = deltaPhi * vertexIndex; in InitializeCylinder()
125 phi = static_cast<u32>(deltaPhi * (vertexIndex + 1)) % 360; in InitializeCylinder()
Ddemo_Sphere.cpp70 f32 deltaPhi = 360.0f / (m_Division * 4.0f); in InitializeSphere() local
74 f32 phi = deltaPhi * phiIndex; in InitializeSphere()