Searched refs:lodMinMax (Results 1 – 2 of 2) sorted by relevance
112 Vec2 clampLodBounds (const Vec2& lodBounds, const Vec2& lodMinMax, const LodPrecision& prec);
2317 Vec2 clampLodBounds (const Vec2& lodBounds, const Vec2& lodMinMax, const LodPrecision& prec) in clampLodBounds() argument2320 const float a = lodMinMax.x(); in clampLodBounds()2321 const float b = lodMinMax.y(); in clampLodBounds()