Searched refs:lodMinMax (Results 1 – 2 of 2) sorted by relevance
111 Vec2 clampLodBounds (const Vec2& lodBounds, const Vec2& lodMinMax, const LodPrecision& prec);
2226 Vec2 clampLodBounds (const Vec2& lodBounds, const Vec2& lodMinMax, const LodPrecision& prec) in clampLodBounds() argument2229 const float a = lodMinMax.x(); in clampLodBounds()2230 const float b = lodMinMax.y(); in clampLodBounds()