Searched refs:ComponentMaximum (Results 1 – 4 of 4) sorted by relevance
136 …inline void ComponentMaximum(const FMVector3& max) { if (x > max.x) x = max.x; if (y > max.y) y = … in ComponentMaximum() function140 inline float ComponentMaximum() const { return max(fabsf(x), max(fabsf(y), fabsf(z))); } in ComponentMaximum() function149 …Clamp(const FMVector3& min, const FMVector3& max) { ComponentMinimum(min); ComponentMaximum(max); } in ComponentClamp()
116 …inline void ComponentMaximum(const FMVector4& max) { if (x > max.x) x = max.x; if (y > max.y) y = … in ComponentMaximum() function