Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/
H A Dfrustum_util.cpp70 const float rcpLength = 1.0f / Magnitude(Vec3(planes[idx])); in CreateFrustum() local
71 planes[idx] *= rcpLength; in CreateFrustum()