Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TTransformSRT3
Description
Clamp all scale components to a minimum value. Sign of scale components is preserved. This is used to remove uninvertible zero/near-zero scaling.
| Name | ClampMinimumScale |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/TransformTypes.h |
| Include Path | #include "TransformTypes.h" |
void ClampMinimumScale
(
RealType MinimumScale
)