Home
last modified time | relevance | path

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

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Drender.cpp8654 double perpDistSq = toViewNormal * toViewNormal; in buildRenderLists() local
8655 if (perpDistSq < maxPerpDist * maxPerpDist) in buildRenderLists()
8689 double perpDistSq = toViewNormal * toViewNormal; in buildRenderLists() local
8690 insideViewCone = perpDistSq < maxPerpDist * maxPerpDist; in buildRenderLists()
8802 double perpDistSq = toViewNormal * toViewNormal; in buildRenderLists() local
8803 if (perpDistSq < maxPerpDist * maxPerpDist) in buildRenderLists()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Drender.cpp8654 double perpDistSq = toViewNormal * toViewNormal; in buildRenderLists() local
8655 if (perpDistSq < maxPerpDist * maxPerpDist) in buildRenderLists()
8689 double perpDistSq = toViewNormal * toViewNormal; in buildRenderLists() local
8690 insideViewCone = perpDistSq < maxPerpDist * maxPerpDist; in buildRenderLists()
8802 double perpDistSq = toViewNormal * toViewNormal; in buildRenderLists() local
8803 if (perpDistSq < maxPerpDist * maxPerpDist) in buildRenderLists()