Home
last modified time | relevance | path

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

/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DSWMapRenderer.cpp810 auto calcYawindex = [yawScale2, numLines, yawMin2](Vector3 v) { in RenderFinal() local
828 std::int32_t yawIndex1 = calcYawindex(v2); in RenderFinal()
830 std::int32_t yawIndex2 = calcYawindex(v2 + deltaRightLarge); in RenderFinal()
832 std::int32_t yawIndex3 = calcYawindex(v2 + deltaDownLarge); in RenderFinal()
834 std::int32_t yawIndex4 = calcYawindex(v2 + deltaRightLarge + deltaDownLarge); in RenderFinal()