Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp164 constexpr float halfPi = Math::PI * 0.5f; in GenerateSphereGeometry() local
170 const float y = Math::sin(-halfPi + pi * ringF * r); in GenerateSphereGeometry()