TTransform3::ClampMinimumScale

Clamp all scale components to a minimum value.

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/TransformTypes.h

Include

#include "TransformTypes.h"

Syntax

void ClampMinimumScale
(
    RealType MinimumScale
)

Remarks

Clamp all scale components to a minimum value. Sign of scale components is preserved. This is used to remove uninvertible zero/near-zero scaling.